Files
DefinitelyTyped/package.json
Andrew Branch 2aa03ae56f Automatically remove definition owners with deleted GitHub accounts (#58023)
* Ghostbuster script

* Generate ghost list from API

* Write scheduled workflow

* Update logging

* Support opening a PR

* Move git config to where it’s needed

* Update schedule to daily

Co-authored-by: Ryan Cavanaugh <ryanca@microsoft.com>
2022-01-11 11:49:04 -08:00

58 lines
1.9 KiB
JSON

{
"private": true,
"name": "definitely-typed",
"version": "0.0.3",
"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.cjs",
"update-codeowners": "node scripts/update-codeowners.cjs",
"test-all": "node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .",
"clean": "node scripts/remove-empty.cjs",
"test": "dtslint types",
"lint": "dtslint types",
"prettier": "prettier"
},
"devDependencies": {
"@definitelytyped/definitions-parser": "latest",
"@definitelytyped/dtslint": "latest",
"@definitelytyped/dtslint-runner": "latest",
"@definitelytyped/header-parser": "^0.0.100",
"@definitelytyped/utils": "latest",
"@octokit/core": "^3.5.1",
"@octokit/rest": "^16.0.0",
"d3-array": "^3.0.2",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.0",
"d3-selection": "^3.0.0",
"d3-time": "^3.0.0",
"d3-time-format": "^4.0.0",
"danger": "^10.1.1",
"jsdom": "^17.0.0",
"prettier": "^2.1.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"typescript": "next",
"w3c-xmlserializer": "^2.0.0",
"yargs": "^17.1.1"
},
"type": "module",
"husky": {
"hooks": {
"_comment": "This will remove husky from when we started migrating to use prettier",
"pre-commit": "npm uninstall husky"
}
}
}