generated from nihat99/ng-questplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
56
57
{
"private": true,
"name": "ng-questplay",
"version": "1.6.1",
"description": "",
"type": "module",
"scripts": {
"test": "mocha --recursive --timeout 60000 --grep 'Public' --invert",
"start-adventure": "npm install && npm link && node hooks/install.js && npm run start-adventure:get-forge",
"start-adventure:get-forge": "git submodule add https://github.com/foundry-rs/forge-std lib/forge-std && git submodule update --init --recursive"
},
"author": "",
"license": "MIT",
"bin": {
"quest": "./index.js"
},
"dependencies": {
"@moebius/http-graceful-shutdown": "^1.1.0",
"@ngquests/contracts": "./@ngquests/contracts",
"@ngquests/test-helpers": "./@ngquests/test-helpers",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@openzeppelin/contracts": "^4.8.2",
"@solidity-parser/parser": "^0.16.0",
"command-exists": "^1.2.9",
"commander": "^11.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"github-download-directory": "^3.0.0",
"hardhat": "^2.13.0",
"inquirer": "^9.1.5",
"jwt-check-expiration": "^1.0.5",
"ora": "^7.0.0",
"semver": "^7.5.4",
"simple-git": "^3.17.0",
"socket.io-client": "^4.7.1",
"toml": "^3.0.0"
},
"overrides": {
"undici": ">=5.19.1"
},
"workspaces": [
"campaigns/**"
],
"foundryDependencies": {
"forge": ">=0.2.0",
"forgeStd": ">=1.5.0"
},
"cairoDependencies": {
"scarb": "^2.3.1",
"cairo": "2.3.1"
},
"nargoDependencies": {
"nargo": "0.19.2"
}
}