UNPKG

scripty.sol

Version:

A generic HTML file builder and data storage solution for on-chain composable generative art and more.

60 lines (59 loc) 1.81 kB
{ "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" }