UNPKG

1.06 kBJSONView Raw
1{
2 "name": "@definitelytyped/dtslint-runner",
3 "version": "0.0.67",
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 "build": "tsc -b ."
19 },
20 "bugs": {
21 "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
22 },
23 "dependencies": {
24 "@definitelytyped/definitions-parser": "^0.0.67",
25 "@definitelytyped/utils": "^0.0.67",
26 "fs-extra": "^9.0.0",
27 "stats-lite": "^2.2.0",
28 "yargs": "^15.3.1"
29 },
30 "devDependencies": {
31 "@types/fs-extra": "^8.1.0",
32 "@types/stats-lite": "^2.2.0",
33 "dtslint": "^4.0.6"
34 },
35 "peerDependencies": {
36 "dtslint": "*"
37 },
38 "gitHead": "9dd774d45706f68f91ec47a5532027d3871f59bf"
39}