-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 937 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
36
{
"name": "idetix",
"version": "1.0.0",
"description": "## Generate ABIs",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.2.0",
"@truffle/hdwallet-provider": "^1.2.0",
"bignumber.js": "^9.0.1",
"bs58": "^4.0.1",
"dotenv": "^8.2.0",
"faker": "^5.1.0",
"idetix-utils": "^1.0.14",
"ipfs-http-client": "^47.0.1",
"multihashes": "^0.4.21",
"truffle-assertions": "^0.9.2",
"truffle-contract-size": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "truffle test test/PresaleOverflowFungible.js --network ganachecli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bc-ticketing/idetix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bc-ticketing/idetix/issues"
},
"homepage": "https://github.com/bc-ticketing/idetix#readme"
}