mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "DefinitelyTyped",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "npm run changes",
|
|
"changes": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --test-changes",
|
|
"all": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1",
|
|
"dry": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --skip-tests --test-changes",
|
|
"list": "node ./_infrastructure/tests/runner.js --tsc-version 1.0.1 --skip-tests --print-files --print-refmap",
|
|
"help": "node ./_infrastructure/tests/runner.js -h",
|
|
"tsc_runner": "node ./_infrastructure/tests/typescript/1.0.1/tsc ./_infrastructure/tests/runner.ts --target ES5 --out ./_infrastructure/tests/runner.js --module commonjs --sourcemap"
|
|
},
|
|
"dependencies": {
|
|
"source-map-support": "~0.2.5",
|
|
"git-wrapper": "~0.1.1",
|
|
"glob": "~3.2.9",
|
|
"bluebird": "~1.0.7",
|
|
"lazy.js": "~0.3.2",
|
|
"optimist": "~0.6.1"
|
|
}
|
|
}
|