Files
DefinitelyTyped-tools/packages/dtslint/package.json
TypeScript Bot 2df7962a3c v0.0.159
2023-03-28 16:02:41 +00:00

56 lines
1.9 KiB
JSON

{
"name": "@definitelytyped/dtslint",
"version": "0.0.159",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"contributors": [
"Nathan Shively-Sanders <nathansa@microsoft.com> (https://github.com/sandersn)",
"Andy Hanson <andy-ms@microsoft.com> (https://github.com/andy-ms)",
"Dan Vanderkam <danvdk@gmail.com> (https://github.com/danvk)"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
"directory": "packages/dtslint"
},
"scripts": {
"build": "tsc -b .",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/dtslint"
},
"dependencies": {
"@definitelytyped/dts-critic": "^0.0.159",
"@definitelytyped/header-parser": "^0.0.159",
"@definitelytyped/typescript-versions": "^0.0.159",
"@definitelytyped/utils": "^0.0.159",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@typescript-eslint/types": "^5.56.0",
"@typescript-eslint/typescript-estree": "^5.55.0",
"@typescript-eslint/utils": "^5.55.0",
"eslint": "^8.17.0",
"fs-extra": "^6.0.1",
"json-stable-stringify": "^1.0.1",
"strip-json-comments": "^2.0.1",
"tslint": "5.14.0",
"yargs": "^15.1.0"
},
"peerDependencies": {
"typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"
},
"devDependencies": {
"@types/eslint": "^8.4.2",
"@types/fs-extra": "^5.0.2",
"@types/json-stable-stringify": "^1.0.32",
"@types/strip-json-comments": "^0.0.28",
"typescript": "^5.0.2"
},
"engines": {
"node": ">=10.0.0"
},
"license": "MIT"
}