ast-typeguard
Version:
Typeguards for working with typescript's AST
32 lines (31 loc) • 630 B
JSON
{
"name": "ast-typeguard",
"version": "1.0.3",
"description": "Typeguards for working with typescript's AST",
"main": "typeguard.js",
"types": "typeguard.d.ts",
"scripts": {
"compile": "tsc -d -p .",
"lint": "tslint typeguard.ts",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/ajafff/typeguard"
},
"keywords": [
"typescript",
"ts",
"ast",
"typeguard",
"node"
],
"author": "Klaus Meinhardt",
"license": "MIT",
"devDependencies": {
"tslint": "^4.4.2"
},
"peerDependencies": {
"typescript": "^2.0.0"
}
}