39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "node-poweredup",
|
|
"version": "8.0.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": "tsc",
|
|
"build:browser": "webpack --mode=production",
|
|
"build:all": "npm run build:node && npm run build:browser",
|
|
"lint": "tslint -c tslint.json \"./src/**/*.ts\"",
|
|
"build": "npm run lint && npm run build:all",
|
|
"docs": "jsdoc -c .jsdoc.json",
|
|
"all": "npm run build && npm run docs",
|
|
"prepublishOnly": "npm run lint && npm run build:node"
|
|
},
|
|
"author": "Nathan Kellenicki <nathan@kellenicki.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@abandonware/noble": "1.9.2-15",
|
|
"compare-versions": "^4.1.3",
|
|
"debug": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "4.1.7",
|
|
"@types/node": "^17.0.10",
|
|
"@types/web-bluetooth": "0.0.12",
|
|
"buffer": "^6.0.3",
|
|
"jsdoc": "^3.5.5",
|
|
"jsdoc-to-markdown": "^7.1.0",
|
|
"ts-loader": "^9.2.6",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.5.4",
|
|
"webpack": "^5.66.0",
|
|
"webpack-cli": "^4.9.1"
|
|
}
|
|
}
|