2013-02-23 17:17:55 +00:00
|
|
|
{
|
2018-05-17 06:49:32 +00:00
|
|
|
"private": true,
|
|
|
|
|
"name": "definitely-typed",
|
2018-08-17 17:30:55 +00:00
|
|
|
"version": "0.0.3",
|
2018-05-17 06:49:32 +00:00
|
|
|
"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": ">=7.8.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"compile-scripts": "tsc -p scripts",
|
|
|
|
|
"not-needed": "node scripts/not-needed.js",
|
2019-03-06 16:43:53 +00:00
|
|
|
"update-codeowners": "node scripts/update-codeowners.js",
|
2020-09-04 22:12:35 +00:00
|
|
|
"test-all": "node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .",
|
|
|
|
|
"test": "dtslint types",
|
2020-02-14 19:42:48 +00:00
|
|
|
"lint": "dtslint types",
|
|
|
|
|
"prettier": "prettier"
|
2018-05-17 06:49:32 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-07-07 20:50:09 +00:00
|
|
|
"@definitelytyped/definitions-parser": "latest",
|
2020-08-28 19:43:43 +00:00
|
|
|
"@definitelytyped/dtslint-runner": "latest",
|
2020-07-07 20:50:09 +00:00
|
|
|
"@definitelytyped/utils": "latest",
|
2020-05-11 18:07:42 +00:00
|
|
|
"danger": "^10.1.1",
|
2019-02-19 23:41:06 +00:00
|
|
|
"dtslint": "latest",
|
2020-08-28 19:43:43 +00:00
|
|
|
"prettier": "^2.1.1",
|
2020-06-02 15:40:11 +00:00
|
|
|
"typescript": "next"
|
2018-12-31 15:58:52 +00:00
|
|
|
},
|
2019-06-14 15:40:49 +00:00
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
2019-10-10 18:02:26 +00:00
|
|
|
"_comment": "This will remove husky from when we started migrating to use prettier",
|
|
|
|
|
"pre-commit": "npm uninstall husky"
|
2019-06-14 15:40:49 +00:00
|
|
|
}
|
2020-06-02 15:40:11 +00:00
|
|
|
}
|
2013-02-23 17:17:55 +00:00
|
|
|
}
|