forked from Synthetixio/synthetix-router
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.57 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
{
"name": "@usecannon/router",
"version": "4.1.3",
"description": "Fork of Synthetix Router Proxy Architecture Manager, including only contract generation logic.",
"main": "dist/index.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"keywords": [
"deploy",
"solidity",
"cannon"
],
"files": [
"dist"
],
"author": "Synthetix",
"license": "MIT",
"scripts": {
"build": "rm -rf ./dist && tsc",
"watch": "tsc --watch",
"test": "mocha",
"coverage": "pnpm test",
"test:watch": "pnpm test --watch",
"prepublishOnly": "pnpm build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"pretty": "prettier --check .",
"pretty:fix": "prettier --write ."
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"debug": "^4.3.7",
"mustache": "^4.2.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.9",
"@types/mustache": "^4.2.5",
"@types/node": "^18.19.56",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"ethers": "^5.7.2",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.6.3"
},
"gitHead": "6ad3588038432a2015409633fe7d0dc641f54a27",
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}