-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1006 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": "ants-review",
"version": "0.1.0",
"description": "Bounty-like system for Open Anonymous Scientific Peer-Reviews",
"main": "truffle-config.js",
"scripts": {
"test": "npx mocha --exit --recursive --parallel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naszam/ants-review.git"
},
"author": "Nazzareno Massari",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/naszam/ants-review/issues"
},
"homepage": "https://github.com/naszam/ants-review#readme",
"dependencies": {
"@openzeppelin/contracts": "^3.1.0",
"@truffle/hdwallet-provider": "^1.0.43",
"ganache-cli": "^6.10.1",
"node-fetch": "^2.6.1",
"serialize-javascript": "^4.0.0",
"truffle": "^5.1.42",
"truffle-flattener": "^1.4.4"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.6",
"bl": "^1.2.3",
"chai": "^4.2.0",
"husky": "^4.2.5",
"mocha": "^8.1.3"
}
}