-
-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.12 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.12 KB
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
{
"private": true,
"license": "MIT",
"scripts": {
"test-all": "node --enable-source-maps node_modules/@definitelytyped/dtslint-runner/ --path .",
"test": "node --enable-source-maps node_modules/@definitelytyped/dtslint/ types/three",
"lint": "node --enable-source-maps node_modules/@definitelytyped/dtslint/ types/three",
"format": "dprint fmt",
"format-check": "dprint check",
"type-check": "tsc --project tsconfig.all-files.json"
},
"devDependencies": {
"@definitelytyped/definitions-parser": "latest",
"@definitelytyped/dts-critic": "latest",
"@definitelytyped/dtslint": "latest",
"@definitelytyped/dtslint-runner": "latest",
"@definitelytyped/eslint-plugin": "latest",
"@definitelytyped/header-parser": "latest",
"@definitelytyped/typescript-versions": "latest",
"@definitelytyped/utils": "latest",
"@types/stats.js": "*",
"@types/webxr": "*",
"dprint": "^0.53.2",
"source-map-support": "^0.5.21",
"typescript": "latest"
},
"packageManager": "pnpm@10.33.0"
}