UNPKG

xiot-core-xcp-node-ts

Version:
47 lines (46 loc) 1.13 kB
{ "name": "xiot-core-xcp-node-ts", "version": "0.52.0", "description": "XCP Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -fr dist", "test": "./node_modules/.bin/mocha -r ./node_modules/ts-node/register test/**/*.spec.ts", "lint": "tslint" }, "repository": { "type": "git", "url": "git+https://github.com/gkcity/xiot-core-xcp-node-ts.git" }, "keywords": [ "xiot", "xcp" ], "author": "gkcity <178915185@gmail.com> (http://github.com/gkcity)", "license": "MIT", "bugs": { "url": "https://github.com/gkcity/xiot-core-xcp-node-ts/issues" }, "homepage": "https://github.com/gkcity/xiot-core-xcp-node-ts#readme", "dependencies": { "@types/ws": "^6.0.1", "ws": "^7.0.0", "xiot-core-xcp-ts": "^0.52.0" }, "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.48", "async-file": "^2.0.2", "chai": "^4.1.2", "mocha": "^5.0.1", "ts-node": "^4.1.0", "tslint": "~5.9.1", "typescript": "^3.1.6", "typings": "^2.1.1" } }