-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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": "pgp-sig-testing",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"ipfs-http-client": "^41.0.1",
"openpgp": "^4.10.1"
},
"devDependencies": {
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/test-environment": "^0.1.3",
"@openzeppelin/test-helpers": "^0.5.4",
"axios": "^0.19.2",
"chai": "^4.2.0",
"mocha": "^7.1.0"
},
"scripts": {
"test": "truffle compile && npx mocha --exit --recursive test",
"fast-test": "npx mocha --exit --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockrockettech/pgp-sig-testing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blockrockettech/pgp-sig-testing/issues"
},
"homepage": "https://github.com/blockrockettech/pgp-sig-testing#readme"
}