Files
DefinitelyTyped/package.json
Josh Goldberg f3c73434c7 Tooling: migrated dt-header to ESLint, with a script (#61793)
* Tooling: migrated dt-header to ESLint, with a script

* Update scripts/tslint-rule-to-eslint.js

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

* Fix up logging a bit

* Add mistakenly deleted tslint.jsons

* Manual fixup of */v* dt-header overrides

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2022-08-18 13:55:02 -07:00

60 lines
2.1 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": {
"not-needed": "node scripts/not-needed.js",
"update-codeowners": "node scripts/update-codeowners.js",
"test-all": "node --require source-map-support/register node_modules/@definitelytyped/dtslint-runner/ --path .",
"clean": "node scripts/remove-empty.js",
"test": "node --require source-map-support/register node_modules/@definitelytyped/dtslint/ types",
"lint": "node --require source-map-support/register node_modules/@definitelytyped/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",
"comment-json": "^4.2.3",
"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": "^11.0.0",
"remark-gfm": "^3.0.0",
"remark-validate-links": "^12.0.0",
"source-map-support": "^0.5.21",
"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"
}
}
}