UNPKG

heibao-utils

Version:
44 lines (43 loc) 897 B
{ "name": "heibao-utils", "version": "0.0.8", "author": "liangjiecan", "description": "javasript develop utils", "main": "index.js", "scripts": { "test-ts": "./node_modules/.bin/mocha --compilers ts:./node_modules/ts-node/register test/**/*.ts", "test": "node ./node_modules/mocha/bin/mocha" }, "keywords": [ "javascript", "util", "utils", "node-util", "node-utils" ], "_npmUser": { "name": "liangjiecan", "email": "liangjiecan@51talk.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ljcheibao/node-utils.git" }, "files": [ "lib", "test", "var", "index.js" ], "dependencies": { "chai": "^4.1.1", "mocha": "^3.5.0", "ts-node": "^4.1.0", "typescript": "^2.6.2" }, "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.47" } }