Files
DefinitelyTyped/package.json
Josh Goldberg ✨ ac3c8e568c 🤖 Merge PR #65660 chore: added jsdoc/check-tag-names to ESLint config by @JoshuaKGoldberg
* chore: added jsdoc/check-tag-names to ESLint config

* Added a stub tsconfig.json

* Temporarily add comment to files to force DT run

* Assorted fixes

* Switch to backticks

* Remove temporary touch tags
2023-06-12 11:17:54 -07:00

62 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": "latest",
"@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": "^11.2.3",
"eslint-plugin-jsdoc": "^44.2.7",
"jsdom": "^17.0.0",
"prettier": "^2.1.1",
"remark-cli": "^11.0.0",
"remark-gfm": "^3.0.0",
"remark-validate-links": "^12.0.0",
"shelljs": "^0.8.5",
"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"
}
}
}