-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "@hop-protocol/fee-refund",
"version": "1.1.87",
"description": "Fee refund logic",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"build": "tsc",
"lint": "eslint 'src/**/*'",
"publish-latest": "npm run build && npm publish --tag latest --access public",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
},
"type": "module",
"author": "Hop Team (@HopProtocol)",
"license": "MIT",
"dependencies": {
"@hop-protocol/sdk": "0.0.35",
"@types/fs-extra": "^9.0.13",
"@types/node": "^12.20.55",
"@types/node-fetch": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"dotenv": "^16.0.0",
"eslint": "^8.22.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"ethers": "^5.6.8",
"fs-extra": "^10.0.0",
"level": "^7.0.1",
"level-ts": "^2.1.0",
"luxon": "^3.0.3",
"node-fetch": "^2.0.0",
"p-queue": "6.6.2",
"p-throttle": "^4.1.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"wait": "^0.4.2"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.3.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"jest": "^29.7.0",
"standard": "^17.0.0",
"ts-jest": "^29.2.4"
}
}