snapmaker-lunar
Version:
31 lines (30 loc) • 586 B
JSON
{
"name": "snapmaker-lunar",
"version": "1.1.1",
"keywords": [
"snapmaker",
"luban",
"lunar",
"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"
}
}