42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"name": "node-poweredup",
|
|
"version": "2.6.0",
|
|
"description": "A Javascript module to interface with LEGO Powered Up components.",
|
|
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
|
|
"main": "dist/node/index-node.js",
|
|
"types": "dist/node/index-node.d.ts",
|
|
"scripts": {
|
|
"build:node": "tslint -c tslint.json \"./src/*.ts\" && tsc",
|
|
"build:browser": "tslint -c tslint.json \"./src/*.ts\" && webpack --mode=production",
|
|
"build:all": "tslint -c tslint.json \"./src/*.ts\" && tsc && webpack --mode=production",
|
|
"docs": "jsdoc -d docs -c jsdoc.conf.json -t ./node_modules/ink-docstrap/template -R README.md dist/node/consts.js dist/node/poweredup-node.js dist/node/lpf2hub.js dist/node/wedo2smarthub.js dist/node/boostmovehub.js dist/node/puphub.js dist/node/pupremote.js dist/node/duplotrainbase.js dist/node/hub.js dist/node/consts.js",
|
|
"all": "npm run build:all && npm run docs",
|
|
"prepublishOnly": "npm run build:node"
|
|
},
|
|
"author": "Nathan Kellenicki <nathan@kellenicki.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"compare-versions": "^3.5.0",
|
|
"debug": "^4.1.1",
|
|
"noble": "1.9.1",
|
|
"noble-mac": "git+https://github.com/Timeular/noble-mac.git#af4418e"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "4.1.4",
|
|
"@types/noble": "0.0.39",
|
|
"@types/node": "^11.13.7",
|
|
"@types/web-bluetooth": "0.0.4",
|
|
"ink-docstrap": "^1.3.2",
|
|
"jsdoc": "^3.6.3",
|
|
"jsdoc-to-markdown": "^5.0.0",
|
|
"ts-loader": "^5.4.3",
|
|
"tslint": "^5.16.0",
|
|
"typescript": "^3.4.5",
|
|
"webpack": "^4.30.0",
|
|
"webpack-cli": "^3.3.1"
|
|
},
|
|
"resolutions": {
|
|
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
|
|
}
|
|
}
|