-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "mask-dsearch",
"version": "0.0.5",
"repository": "https://github.com/DimensionDev/Mask-DSearch.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
"main": "index.js",
"scripts": {
"build": "ts-node src/index.ts",
"prepare": "husky install",
"prettier": "prettier -c .",
"lint-fix": "prettier --write .",
"publish": "gh-pages -d ./public",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@types/lodash": "^4.14.186",
"axios": "^1.1.3",
"cheerio": "^1.0.0-rc.12",
"fast-json-stringify": "^5.4.0",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"puppeteer": "^19.0.0",
"typescript": "^4.8.4",
"urlcat": "^2.0.4",
"wallet.ts": "^1.0.1",
"web3-utils": "^1.8.0"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@types/node-fetch": "^2.6.1",
"@types/prettier": "^2.4.4",
"@types/puppeteer": "^5.4.7",
"gh-pages": "^3.1.0",
"husky": "^7.0.0",
"install": "0.13.0",
"msw": "^0.47.4",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"ts-node": "^10.9.1",
"tsc": "^2.0.4",
"vitest": "^0.24.3"
},
"packageManager": "[email protected]"
}