-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 902 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
{
"private": true,
"name": "ng-questplay",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"test": "bash test/test.sh"
},
"author": "",
"license": "MIT",
"bin": {
"quest": "./index.js"
},
"dependencies": {
"@ngquests/contracts": "./@ngquests/contracts",
"@ngquests/test-helpers": "./@ngquests/test-helpers",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@openzeppelin/contracts": "^4.8.0",
"dotenv": "^16.0.3",
"github-download-directory": "^3.0.0",
"hardhat": "^2.12.2",
"lerna": "^5.5.4",
"simple-git": "3.14.1"
},
"overrides": {
"parse-url": "^8.1.0"
},
"workspaces": [
"campaigns/**"
]
}