-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.78 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "root",
"version": "0.2.23",
"private": true,
"description": "",
"homepage": "https://github.com/cubist-labs/CubeSigner-Snap#readme",
"bugs": {
"url": "https://github.com/cubist-labs/CubeSigner-Snap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubist-labs/CubeSigner-Snap.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"author": "",
"workspaces": [
"packages/*"
],
"scripts": {
"prebuild": "npm install",
"build": "npm run build --workspaces --if-present",
"build:types": "npm run build:types --workspaces --if-present",
"fix": "eslint . --ext .ts --fix",
"fmt": "prettier --write .",
"fmt-check": "prettier --check .",
"postinstall": "patch-package",
"lint": "eslint . --ext .ts",
"test": "npm run test --workspaces --if-present"
},
"prettier": {
"printWidth": 100
},
"dependencies": {
"openapi-fetch": "0.6.1",
"webdriver": "8.12.1",
"webdriverio": "8.12.1"
},
"devDependencies": {
"@metamask/eslint-config": "^10.0.0",
"@metamask/eslint-config-jest": "^10.0.0",
"@metamask/eslint-config-nodejs": "^10.0.0",
"@metamask/eslint-config-typescript": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.8.2",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"patch-package": "^7.0.2",
"prettier": "^2.2.1",
"prettier-plugin-packagejson": "^2.2.18",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0"
}
}