js-checker
Version:
a type checker for javascript
36 lines (35 loc) • 775 B
JSON
{
"name": "js-checker",
"version": "1.0.11",
"description": "a type checker for javascript",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -r intelli-espower-loader ./test/test.js",
"html": "node getHtml.js"
},
"directories": {
"test": "test/"
},
"repository": {
"type": "git",
"url": "https://github.com/ZhangDianPeng/js-checker"
},
"keywords": [
"type",
"checker",
"javascript"
],
"author": "zhangdianpeng",
"license": "ISC",
"dependencies": {
"ejs": "^2.6.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"power-assert": "^1.6.1"
}
}