mirror of
https://github.com/maceip/zknft.git
synced 2026-01-10 21:07:53 -05:00
29 lines
869 B
JSON
29 lines
869 B
JSON
{
|
|
"name": "mud-template-react",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm recursive run build",
|
|
"dev": "mprocs",
|
|
"dev:client": "pnpm --filter 'client' run dev",
|
|
"dev:contracts": "pnpm --filter 'contracts' dev",
|
|
"foundry:up": "curl -L https://foundry.paradigm.xyz | bash && bash $HOME/.foundry/bin/foundryup",
|
|
"mud:up": "pnpm mud set-version --tag main && pnpm install",
|
|
"prepare": "(test -n $CI || forge --version || pnpm foundry:up)",
|
|
"test": "pnpm recursive run test"
|
|
},
|
|
"devDependencies": {
|
|
"@latticexyz/cli": "2.0.0-next.15",
|
|
"@libp2p/interface": "^0.1.6",
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
|
"@typescript-eslint/parser": "5.46.1",
|
|
"eslint": "8.29.0",
|
|
"mprocs": "^0.6.4",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"engines": {
|
|
"node": "18.x",
|
|
"pnpm": "8.x"
|
|
}
|
|
}
|