ts-check
Version:
Type checker for typescript
32 lines (31 loc) • 627 B
JSON
{
"name": "ts-check",
"version": "0.2.4",
"description": "Type checker for typescript",
"main": "index.js",
"scripts": {
"test": "mocha tests/index.js",
"build": "tsc"
},
"keywords": [
"typescript",
"validate",
"checker",
"type-checker"
],
"dependencies": {
"@types/mocha": "latest",
"@types/node": "latest",
"extend": "^3.0.1"
},
"devDependencies": {
"mocha": "latest"
},
"author": "lessu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lessu/ts-check.git"
},
"homepage": "https://github.com/lessu/ts-check"
}