cc-znp
Version:
The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.
52 lines (51 loc) • 1.37 kB
JSON
{
"name": "cc-znp",
"version": "0.6.0",
"description": "The interface for a host to communicate with TI CC253X Zigbee Network Processor(ZNP) over a serial port.",
"main": "dist/ccznp.js",
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"build": "rimraf ./dist/ && tsc -p ./tsconfig.release.json",
"prettier": "prettier \"{src,test}/**\" --check",
"prettier:fix": "prettier \"{src,test}/**\" --write"
},
"repository": {
"type": "git",
"url": "https://github.com/zigbeer/zigbeer.git",
"directory": "packages/cc-znp"
},
"keywords": [
"zigbee",
"cc253x"
],
"author": "Jack Wu <jackchased@gmail.com>",
"contributors": [
"Simen Li <simenkid@gmail.com>",
"Hedy Wang <hedywings@gmail.com>"
],
"license": "MIT",
"bugs": "https://github.com/zigbeer/zigbeer/issues",
"homepage": "https://github.com/zigbeer/zigbeer/tree/master/packages/cc-znp#readme",
"dependencies": {
"@serialport/bindings": "^2.0.6",
"@serialport/stream": "^2.0.4",
"debug": "^4.1.1",
"unpi": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.11.3",
"chance": "^1.0.18",
"jest": "^24.5.0",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.0",
"typescript": "^3.4.0-rc"
}
}