-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.14 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@assert-equals/dappdriver",
"version": "0.37.0",
"private": true,
"description": "DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion",
"scripts": {
"build": "turbo run build",
"docs": "typedoc --options typedoc.json",
"test": "turbo run test",
"prepare": "husky"
},
"lint-staged": {
"*.{js,json,ts}": [
"prettier --write",
"eslint --fix"
]
},
"author": "Assert Equals Ltd",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^16.0.0",
"prettier": "^3.2.5",
"prettier-plugin-sort-json": "4.2.0",
"rimraf": "^5.0.7",
"turbo": "^2.8.20",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@9.15.9"
}