UNPKG

xiot-core-message-ts

Version:
46 lines (45 loc) 1.11 kB
{ "name": "xiot-core-message-ts", "version": "0.17.3", "description": "XIOT Message", "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-message-ts.git" }, "keywords": [ "xiot", "message" ], "author": "gkcity <178915185@gmail.com> (http://github.com/gkcity)", "license": "MIT", "bugs": { "url": "https://github.com/gkcity/xiot-core-message-ts/issues" }, "homepage": "https://github.com/gkcity/xiot-core-message-ts#readme", "dependencies": { "xiot-core-spec-ts": "^0.17.3" }, "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", "yajsondiff": "^2.0.0" } }