UNPKG

typify-bin

Version:

Runtime type-checking for JavaScript.

51 lines (50 loc) 1.06 kB
{ "name": "typify-bin", "description": "Runtime type-checking for JavaScript.", "version": "0.0.7", "homepage": "https://github.com/phadej/typify", "author": { "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi", "url": "http://oleg.fi" }, "repository": { "type": "git", "url": "git://github.com/phadej/typify-bin.git" }, "bugs": { "url": "https://github.com/phadej/typify-bin/issues" }, "license": "BSD-3-Clause", "main": "lib/instrument", "bin": { "typify": "./bin/typify.js" }, "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "make test" }, "devDependencies": { "david": "^11.0.0", "eslint": "^5.15.0" }, "keywords": [ "type", "checking", "typify" ], "dependencies": { "chalk": "^2.4.2", "commander": "^2.19.0", "escodegen": "^1.11.1", "esprima": "^4.0.1", "estraverse": "^4.2.0", "jsstana": "^1.0.0", "lodash": "^4.17.11", "istanbul-lib-hook": "^2.0.3", "typify": "~0.2.10", "which": "^1.3.1" } }