-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"scripts": {
"clean": "npx hardhat clean",
"build": "npm run clean && node baseScripts/builder.js && npx hardhat compile",
"coverage": "npm run build && hardhat coverage",
"compile": "hardhat compile",
"test": "npx hardhat test",
"examples": "sh ./runAllExamples.sh",
"examples-localhost": "npm run examples --network=localhost",
"examples-sepolia": "npm run examples --network=ethereum_sepolia"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomiclabs/hardhat-solhint": "^2.0.1",
"@openzeppelin/contracts": "^4.7.2",
"dotenv": "^16.0.2",
"hardhat": "^2.19.4",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-ignore-warnings": "^0.2.9",
"solady": "0.0.166",
"terser": "^5.16.1"
},
"name": "scripty.sol",
"description": "A generic HTML file builder and data storage solution for on-chain composable generative art and more.",
"version": "2.1.1",
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"contracts/scripty/**/*.sol",
"baseScripts/dist/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/intartnft/scripty.git"
},
"keywords": [
"solidity",
"gen",
"art",
"nft",
"genart",
"generative",
"art",
"js",
"html5",
"canvas",
"threejs",
"onchain"
],
"author": "@0xthedude, @xtremetom",
"license": "MIT",
"bugs": {
"url": "https://github.com/intartnft/scripty/issues"
},
"homepage": "https://github.com/intartnft/scripty#readme"
}