@snapmaker/snapmaker-lunar
Version:
32 lines (31 loc) • 678 B
JSON
{
"name": "@snapmaker/snapmaker-lunar",
"version": "1.4.9",
"keywords": [
"snapmaker",
"luban",
"engine",
"Laser",
"CNC"
],
"description": "",
"author": "Snapmaker Software Team",
"main": "src/index.js",
"files": [
"src/*.js",
"engine",
"postinstall.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js",
"build": "npx babel src --out-dir lib",
"set-permissions": "sh ./set-permissions.sh"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7"
}
}