mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 12:27:56 +01:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@doodle3d/doodle3d-slicer",
|
|
"version": "0.0.1",
|
|
"description": "JavaScript gcode slicer, Intended to use with the Doodle3D WiFi-Box # Usage",
|
|
"main": "lib/index.js",
|
|
"module": "module/index.js",
|
|
"esnext": "src/index.js",
|
|
"scripts": {
|
|
"build": "npm run build:main && npm run build:main:settings && npm run build:module && npm run build:module:settings ",
|
|
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
|
"build:module": "BABEL_ENV=module babel src -s -d module",
|
|
"build:main:settings": "cp -r src/settings lib",
|
|
"build:module:settings": "cp -r src/settings module"
|
|
},
|
|
"dependencies": {
|
|
"clipper-js": "^1.0.2",
|
|
"three": "^0.83.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
"babel-preset-latest": "^6.24.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Doodle3D/Doodle3D-Slicer.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Doodle3D/Doodle3D-Slicer/issues"
|
|
},
|
|
"homepage": "https://github.com/Doodle3D/Doodle3D-Slicer#readme"
|
|
}
|