forked from three-types/three-ts-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 867 Bytes
/
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
{
"name": "@mezmeriz/three-ts-types",
"private": false,
"license": "MIT",
"engines": {
"node": "18.x.x",
"npm": "9.x.x"
},
"scripts": {
"test-all": "node node_modules/@definitelytyped/dtslint-runner/dist/index.js --path .",
"test": "dtslint types",
"lint": "dtslint types",
"prettier:write": "prettier --write .",
"prettier:check": "prettier --check .",
"contributors:add": "all-contributors add",
"build": "gulp build"
},
"devDependencies": {
"@definitelytyped/dtslint-runner": "*",
"all-contributors-cli": "^6.19.0",
"del": "^7.0.0",
"dtslint": "*",
"gulp": "^4.0.2",
"prettier": "2.3.2",
"pretty-quick": "^3.1.1",
"typescript": "next"
},
"types": "./index.d.ts",
"version": "0.0.1"
}