-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "cronos-nft-tutorial",
"version": "1.0.0",
"description": "A code sample to create and deploy NFTs to the Cronos chain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acclrate/cronos-nft-tutorial-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/acclrate/cronos-nft-tutorial-1/issues"
},
"homepage": "https://github.com/acclrate/cronos-nft-tutorial-1#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.14",
"@types/prompt": "^1.1.2",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.4",
"hardhat": "^2.8.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@openzeppelin/contracts": "^4.4.2",
"axios": "^0.25.0",
"dotenv": "^16.0.0",
"fs": "^0.0.1-security",
"ipfs-http-client": "^56.0.0",
"prompt": "^1.2.1"
}
}