-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.66 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.66 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
42
43
44
45
46
47
48
{
"private": true,
"scripts": {
"test": "hardhat test",
"compile": "hardhat compile",
"authorize":"npx hardhat run scripts/authorize.js",
"start": "node server/index.js",
"art_setup": "node artengine/scripts/config_layers.js",
"art_build": "node artengine/scripts/build_collection.js",
"art_previews": "node artengine/scripts/build_previews.js",
"art_metadata": "node artengine/scripts/build_metadata.js",
"art_transparent": "node artengine/scripts/build_transparent.js",
"art_headshots": "node artengine/scripts/build_headshots.js",
"art_rarity": "node artengine/scripts/build_rarity.js",
"art_pinata": "node artengine/scripts/upload_to_pinata.js",
"art_nft.storage": "node artengine/scripts/upload_to_nft.storage.js",
"gif_setup": "node gifengine/scripts/config_layers.js",
"gif_build": "node gifengine/scripts/build_collection.js"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.4.2",
"@pinata/sdk": "1.1.24",
"axios": "0.26.1",
"bottleneck": "2.19.5",
"dotenv": "^14.2.0",
"chokidar": "3.5.3",
"canvas": "^2.8.0",
"chai": "4.3.4",
"erc721b": "0.2.1",
"ethereum-waffle": "3.4.0",
"ethers": "5.4.1",
"express": "^4.17.1",
"form-data": "4.0.0",
"fs-extra": "10.0.1",
"gif-encoder-2": "1.0.5",
"giflossy": "3.0.41",
"glob": "7.2.3",
"handlebars": "4.7.7",
"hardhat": "2.4.3",
"hardhat-contract-sizer": "2.4.0",
"hardhat-gas-reporter": "1.0.6",
"ipfs-http-client": "57.0.3",
"ipfs-only-hash": "4.0.0"
}
}