-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 998 Bytes
/
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
{
"name": "@collectivexyz/revolution",
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "turbo run format",
"clean": "turbo run clean",
"update-version": "changeset version && turbo run update-contract-version",
"release": "turbo run build && changeset publish"
},
"devDependencies": {
"prettier": "2.8.8",
"prettier-plugin-solidity": "1.1.3",
"solhint": "3.4.1",
"turbo": "latest",
"@changesets/cli": "^2.27.1"
},
"packageManager": "pnpm@8.9.2",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/@openzeppelin/**",
"**/ds-test",
"**/forge-std",
"**/solmate"
]
},
"bugs": {
"url": "https://github.com/collectivexyz/revolution-protocol/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/collectivexyz/revolution-protocol.git"
}
}