mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "@definitelytyped/dtslint-runner",
|
|
"version": "0.0.138",
|
|
"description": "Run dtslint on DefinitelyTyped packages",
|
|
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint-runner#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"bin": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools.git",
|
|
"directory": "packages/dtslint-runner"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b .",
|
|
"check-parse-results": "node --require source-map-support/register dist/check-parse-results.js",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
|
|
},
|
|
"dependencies": {
|
|
"@definitelytyped/definitions-parser": "^0.0.138",
|
|
"@definitelytyped/dtslint": "^0.0.138",
|
|
"@definitelytyped/utils": "^0.0.138",
|
|
"fs-extra": "^9.0.0",
|
|
"pacote": "^13.6.1",
|
|
"semver": "^7.3.7",
|
|
"stats-lite": "^2.2.0",
|
|
"yargs": "^15.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.1.0",
|
|
"@types/pacote": "^11.1.5",
|
|
"@types/semver": "^7.3.10",
|
|
"@types/stats-lite": "^2.2.0",
|
|
"source-map-support": "^0.5.21"
|
|
}
|
|
}
|