node-poweredup/package.json
2018-08-07 15:12:41 +01:00

30 lines
1017 B
JSON

{
"name": "node-poweredup",
"version": "1.0.8",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/poweredup.js",
"types": "dist/poweredup.d.ts",
"scripts": {
"build": "tslint -c tslint.json \"*.ts\" && tsc",
"docs": "jsdoc2md dist/poweredup.js dist/lpf2hub.js dist/wedo2smarthub.js dist/boostmovehub.js dist/puphub.js dist/pupremote.js dist/hub.js dist/consts.js > DOCS.md",
"readme": "cat ABOUT.md DOCS.md > README.md",
"all": "npm run build && npm run docs && npm run readme",
"prepublishOnly": "npm run build"
},
"author": "Nathan Kellenicki <nathan@kellenicki.com>",
"license": "MIT",
"dependencies": {
"debug": "^3.1.0",
"noble": "^1.9.1"
},
"devDependencies": {
"jsdoc-to-markdown": "^4.0.1",
"typescript": "^2.9.2",
"tslint": "^5.10.0",
"@types/debug": "0.0.30",
"@types/noble": "0.0.37",
"@types/node": "^10.3.4"
}
}