mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 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": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
|
|
"changes": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
|
|
"lint": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --lint-changes",
|
|
"all": "node ./_infrastructure/runner.js --tsc-version 1.0.1",
|
|
"dry": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --test-changes",
|
|
"list": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --print-files --print-refmap",
|
|
"help": "node ./_infrastructure/runner.js -h"
|
|
},
|
|
"dependencies": {
|
|
"definition-tester": "git+https://github.com/DefinitelyTyped/definition-tester"
|
|
},
|
|
"devDependencies": {}
|
|
}
|