definition-tester
Version:
DefinitelyTyped repository testing infrastructure
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "definition-tester",
"version": "2.0.6-alpha",
"description": "DefinitelyTyped repository testing infrastructure",
"keywords": [
"typescript",
"definition",
"repo",
"tester"
],
"homepage": "https://github.com/DefinitelyTyped/definition-tester",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/definition-tester.git"
},
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DefinitelyTyped/definition-tester/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"prepublish": "grunt prepublish",
"build": "grunt build",
"test": "grunt test"
},
"main": "./index.js",
"bin": {
"dt": "./bin/cli.js"
},
"dependencies": {
"bluebird": "^3.3.4",
"definition-header": "latest",
"findup-sync": "^0.3.0",
"glob": "^7.0.3",
"lazy.js": "^0.4.2",
"manticore": "^0.2.4",
"optimist": "^0.6.1",
"graceful-fs": ">=4.1.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-ts": "^5.3.2",
"grunt-tslint": "^3.0.3",
"mocha-unfunk-reporter": "^0.4.0",
"source-map-support": "^0.4.0",
"tslint": "next",
"tslint-path-formatter": "^0.1.1",
"typescript": "next"
}
}