mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
29 lines
812 B
JSON
29 lines
812 B
JSON
{
|
|
"private": true,
|
|
"name": "definitely-typed",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.9.1"
|
|
},
|
|
"scripts": {
|
|
"compile-scripts": "tsc -p scripts",
|
|
"new-package": "dts-gen --dt",
|
|
"not-needed": "node scripts/not-needed.js",
|
|
"lint": "node scripts/lint.js",
|
|
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed --nProcesses 1"
|
|
},
|
|
"devDependencies": {
|
|
"types-publisher": "Microsoft/types-publisher#production",
|
|
"dts-gen": "latest"
|
|
}
|
|
}
|