UNPKG

snapmaker-luban-engine

Version:

30 lines (29 loc) 580 B
{ "name": "snapmaker-luban-engine", "version": "0.9.1", "keywords": [ "snapmaker", "luban", "engine", "Laser", "CNC" ], "description": "", "main": "lib/index.js", "files": [ "lib", "engine", "postinstall.js" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node postinstall.js", "build": "npx babel src --out-dir lib" }, "license": "AGPL-3.0-or-later", "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7" } }