typeforce
Version:
Another biased type checking solution for Javascript
40 lines (39 loc) • 920 B
JSON
{
"name": "typeforce",
"version": "1.9.0",
"description": "Another biased type checking solution for Javascript",
"keywords": [
"typeforce",
"types",
"typechecking",
"type",
"exceptions",
"force"
],
"homepage": "https://github.com/dcousens/typeforce",
"bugs": {
"url": "https://github.com/dcousens/typeforce/issues"
},
"license": "MIT",
"author": "Daniel Cousens",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/dcousens/typeforce.git"
},
"scripts": {
"coverage": "nyc --check-coverage --branches 100 --functions 100 node test/*.js",
"test": "npm run standard && npm run unit",
"standard": "standard",
"unit": "node test/*.js | tap-dot"
},
"dependencies": {
"inherits": "^2.0.1"
},
"devDependencies": {
"nyc": "^6.4.0",
"standard": "*",
"tap-dot": "^1.0.5",
"tape": "^4.6.1"
}
}