-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.23 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
{
"name": "ixswap_nft",
"version": "1.0.0",
"description": "Contracts for the IXSwap NFT",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/truffle build",
"test": "run-s tab:start:ganache tab:test:truffle",
"test:truffle": "node node_modules/.bin/truffle test",
"start:ganache": "node node_modules/.bin/ganache-cli -m 'provide return net imitate object brief dog glad spawn garage budget just'",
"tab:start:ganache": "ttab npm run start:ganache",
"tab:test:truffle": "ttab npm run test:truffle",
"deployStage": "node node_modules/.bin/truffle migrate --network stage",
"deployProd": "node node_modules/.bin/truffle migrate --network prod"
},
"repository": {
"type": "git",
"url": "[email protected]:IX-Swap/nft-metaverse.git"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@truffle/hdwallet-provider": "^1.5.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.3.0",
"ethereum-waffle": "^3.4.0",
"ganache-cli": "^6.12.2",
"npm-run-all": "^4.1.5",
"truffle": "^5.4.14",
"ttab": "^0.7.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.3.3",
"ethers": "^5.5.1",
"truffle-hdwallet-provider": "^1.0.17"
}
}