-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "first-simple-dapp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"predev-client": "git pull",
"dev-client": "cd client && npm start",
"precommit": "truffle test",
"commit": "git add . && git commit -u",
"postcommit": "git push",
"commit-client": "git add . && git commit -u",
"postcommit-client": "git push",
"ganache": "ganache-cli -d first-simple-dapp -i 5777"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anteqkois/ANQSwap.git"
},
"author": "Antek Kois",
"license": "ISC",
"bugs": {
"url": "https://github.com/anteqkois/ANQSwap/issues"
},
"homepage": "https://github.com/anteqkois/ANQSwap#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0"
}
}