-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.62 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
{
"name": "type-opposite-images",
"version": "1.0.0",
"description": "Tokens Equal Text's evil twin.",
"keywords": [
"art",
"blockchain"
],
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"eslint": "npx eslint app/js/offline.js app/js/online.js app/js/shared.js migrations/* test/*.js",
"solium": "solium -d contracts",
"ethlint": "solhint contracts/*.sol",
"mythx": "mythx analyze --solc-path /usr/local/bin/solc contracts/TypeOppositeImages.sol",
"ethnode": "ganache --port 9545 --chain.chainId 1337 --chain.networkId 1337 --mnemonic 'test test test test test test test test test test test junk'",
"aesthetic": "node scripts/gen-aesthetic.js",
"metadata": "node scripts/gen-metadata.js",
"pdfs": "node scripts/gen-pdfs.js",
"pngs": "mogrify -density 160 -format png -quality 90 -gravity Center -crop 60%\\! -path ./images/ ./pdfs/*",
"gen": "npm run metadata && npm run pdfs && npm run pngs",
"dashboard-mainnet": "truffle dashboard",
"deploy-mainnet": "truffle deploy --network dashboard",
"flatten": "truffle run stdjsonin TypeOppositeImages && mv ./TypeOppositeImages-input.json ./flattened"
},
"author": "Rhea Myers",
"license": "GPL-v3-or-later",
"dependencies": {
"@truffle/hdwallet-provider": "^2.1.4"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.7.3",
"any-promise": "^1.3.0",
"bindings": "^1.4.0",
"eslint": "^8.31.0",
"ipfs-http-client": "^29.1.0",
"truffle-plugin-stdjsonin": "github:mhrsalehi/truffle-plugin-stdjsonin",
"wkhtmltopdf": "^0.3.4"
}
}