node-poweredup/package.json
2019-02-01 11:34:33 -08:00

35 lines
1.2 KiB
JSON

{
"name": "node-poweredup",
"version": "1.8.1",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tslint -c tslint.json \"src/*.ts\" && tsc",
"docs": "jsdoc -d docs -c jsdoc.conf.json -t ./node_modules/ink-docstrap/template -R README.md dist/consts.js dist/poweredup.js dist/lpf2hub.js dist/wedo2smarthub.js dist/boostmovehub.js dist/puphub.js dist/pupremote.js dist/duplotrainbase.js dist/hub.js dist/consts.js",
"all": "npm run build && npm run docs",
"prepublishOnly": "npm run build"
},
"author": "Nathan Kellenicki <nathan@kellenicki.com>",
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"noble": "1.9.1",
"noble-mac": "https://github.com/Timeular/noble-mac.git#af4418e"
},
"devDependencies": {
"@types/debug": "0.0.31",
"@types/noble": "0.0.38",
"@types/node": "^10.12.18",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
},
"resolutions": {
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
}
}