itype
Version:
Improved type check
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "itype",
"version": "3.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Improved type check",
"main": "lib/itype.js",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/itype.git"
},
"keywords": [
"type",
"string",
"array",
"object",
"boolean",
"null",
"undefined",
"check"
],
"scripts": {
"test": "madrun test",
"watcher": "madrun watcher",
"watch:test": "madrun watch:test",
"watch:coverage": "madrun watch:coverage",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report"
},
"engines": {
"node": ">=8"
},
"dependencies": {},
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.9",
"eslint": "^6.7.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-putout": "^3.0.0",
"madrun": "^5.0.1",
"nodemon": "^2.0.2",
"nyc": "^14.1.1",
"putout": "^7.3.1",
"supertape": "^1.2.3"
}
}