-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 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
{
"name": "evedatacore-contracts",
"version": "0.0.0",
"license": "CC-BY-NC-4.0",
"scripts": {
"lint": "solhint --config .solhint.json 'packages/**/*.sol'",
"deploy:local": "npm run deploy:local --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"dependencies": {
"@eveworld/common-constants": "0.0.13",
"@eveworld/world": "0.0.17",
"@latticexyz/cli": "^2.2.20",
"@latticexyz/schema-type": "2.2.16",
"@latticexyz/world": "2.2.16",
"@latticexyz/world-modules": "2.2.16"
},
"devDependencies": {
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "1.1.3",
"rimraf": "^6.0.1",
"solhint": "^3.3.7",
"solhint-config-mud": "2.2.9",
"solhint-plugin-mud": "2.2.9"
},
"workspaces": [
"packages/test-fixtures",
"packages/corporations"
]
}