42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"name": "node-poweredup",
|
|
"version": "3.5.1",
|
|
"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/controlplushub.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.1",
|
|
"debug": "^4.1.1",
|
|
"@abandonware/noble": "1.9.2-5",
|
|
"noble-mac": "Timeular/noble-mac#pull/38/head"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "4.1.5",
|
|
"@types/node": "^12.7.12",
|
|
"@types/web-bluetooth": "0.0.4",
|
|
"ink-docstrap": "^1.3.2",
|
|
"jsdoc": "^3.6.3",
|
|
"jsdoc-to-markdown": "^5.0.2",
|
|
"ts-loader": "^6.2.0",
|
|
"tslint": "^5.20.0",
|
|
"typescript": "^3.6.4",
|
|
"webpack": "^4.41.1",
|
|
"webpack-cli": "^3.3.9"
|
|
},
|
|
"resolutions": {
|
|
"noble-mac": "Timeular/noble-mac#pull/38/head",
|
|
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"
|
|
}
|
|
}
|