UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@definitelytyped/dtslint-runner",
3 "version": "0.0.47",
4 "description": "Run dtslint on DefinitelyTyped packages",
5 "homepage": "https://github.com/microsoft/DefinitelyTyped-tools#readme",
6 "license": "MIT",
7 "main": "dist/index.js",
8 "bin": "dist/index.js",
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/microsoft/DefinitelyTyped-tools.git"
15 },
16 "scripts": {
17 "test": "echo \"Error: run tests from root\" && exit 1"
18 },
19 "bugs": {
20 "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
21 },
22 "dependencies": {
23 "@definitelytyped/definitions-parser": "^0.0.47",
24 "@definitelytyped/utils": "^0.0.47",
25 "fs-extra": "^9.0.0",
26 "stats-lite": "^2.2.0",
27 "yargs": "^15.3.1"
28 },
29 "devDependencies": {
30 "@types/fs-extra": "^8.1.0",
31 "@types/stats-lite": "^2.2.0",
32 "dtslint": "latest"
33 },
34 "peerDependencies": {
35 "dtslint": "*"
36 },
37 "gitHead": "3220a864b235c49ddfdd476d6572e65c6440bd1a"
38}