xiot-core-xcp-ts
Version:
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "xiot-core-xcp-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-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-ts/issues"
},
"homepage": "https://github.com/gkcity/xiot-core-xcp-ts#readme",
"dependencies": {
"@stablelib/chacha20poly1305": "^0.10.3",
"@stablelib/hkdf": "^1.0.0",
"@stablelib/sha512": "^1.0.0",
"buffer": "^5.2.1",
"crypto-js": "^4.0.0",
"mipher-ts": "^0.1.0",
"xiot-core-spec-ts": "^0.52.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/crypto-js": "^3.1.45",
"@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",
"yajsondiff": "^2.0.0"
},
"browser": {
"crypto": false
}
}