UNPKG

xiot-core-spec-ts

Version:
49 lines (48 loc) 1.2 kB
{ "name": "xiot-core-spec-ts", "version": "3.8.4", "description": "XIOT Specification Codec", "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-spec-ts.git" }, "keywords": [ "xiot", "spec" ], "author": "gkcity <178915185@gmail.com> (http://github.com/gkcity)", "license": "MIT", "bugs": { "url": "https://github.com/gkcity/xiot-core-spec-ts/issues" }, "homepage": "https://github.com/gkcity/xiot-core-spec-ts#readme", "devDependencies": { "@types/chai": "^4.3.0", "@types/fs-extra": "^9.0.13", "@types/glob": "^8.1.0", "@types/lodash": "^4.14.178", "@types/mocha": "^9.1.0", "@types/node": "^18.19.127", "chai": "^4.3.6", "fs-extra": "^10.0.0", "lodash": "^4.17.21", "mocha": "^9.2.1", "ts-node": "^10.5.0", "tsconfig-paths": "^3.12.0", "typescript": "4.8.2" }, "browser": { "crypto": false } }