-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.13 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
39
40
41
42
43
44
{
"name": "api-poke-nft",
"version": "1.0.0",
"description": "Metadata API for poke NFT collectibles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node api/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.7",
"@nomiclabs/buidler-ethers": "^2.0.0",
"@nomiclabs/buidler-waffle": "^2.1.0",
"@nomiclabs/buidler-web3": "^1.3.4",
"@openzeppelin/contracts": "^3.2.0",
"@chainlink/contracts": "0.0.10",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.0",
"ethers": "^5.0.14",
"husky": "^4.3.0",
"web3": "^1.3.0",
"request": "^2.81.0",
"tape": "^4.7.0"
},
"dependencies": {
"@3id/connect": "^0.2.5",
"@ceramicnetwork/3id-did-resolver": "^1.4.4",
"@ceramicnetwork/http-client": "^1.4.0",
"@ceramicnetwork/stream-tile": "^1.3.2",
"dids": "^2.4.0",
"dotenv": "^8.2.0",
"ganache-core": "^2.13.2",
"key-did-resolver": "^1.4.0",
"react-tabs": "^3.2.2",
"ejs": "^2.6.1",
"express": "^4.16.4"
},
"engines": {
"node": "8.11.2"
}
}