forked from microsoft/DefinitelyTyped-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.0.152-next.5",
"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.152-next.4",
"@definitelytyped/dtslint": "^0.0.152-next.5",
"@definitelytyped/utils": "^0.0.151",
"@octokit/rest": "^16.43.2",
"fs-extra": "^9.0.0",
"glob": "^7.2.3",
"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"
}
}