|
| 1 | +{ |
| 2 | + "name": "@latticexyz/store-consumer", |
| 3 | + "version": "2.2.14", |
| 4 | + "description": "Store Consumer Contracts", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/latticexyz/mud.git", |
| 8 | + "directory": "packages/store-consumer" |
| 9 | + }, |
| 10 | + "license": "MIT", |
| 11 | + "type": "module", |
| 12 | + "exports": { |
| 13 | + "./out/*": "./out/*" |
| 14 | + }, |
| 15 | + "typesVersions": { |
| 16 | + "*": {} |
| 17 | + }, |
| 18 | + "files": [ |
| 19 | + "out", |
| 20 | + "src" |
| 21 | + ], |
| 22 | + "scripts": { |
| 23 | + "build": "pnpm run build:abi && pnpm run build:abi-ts", |
| 24 | + "build:abi": "forge build", |
| 25 | + "build:abi-ts": "abi-ts", |
| 26 | + "clean": "pnpm run clean:abi && pnpm run clean:js", |
| 27 | + "clean:abi": "forge clean", |
| 28 | + "clean:js": "shx rm -rf dist", |
| 29 | + "clean:mud": "shx rm -rf src/**/codegen", |
| 30 | + "dev": "tsup --watch", |
| 31 | + "gas-report": "gas-report --save gas-report.json", |
| 32 | + "lint": "solhint --config ./.solhint.json 'src/**/*.sol'", |
| 33 | + "test": "forge test", |
| 34 | + "test:ci": "pnpm run test" |
| 35 | + }, |
| 36 | + "dependencies": { |
| 37 | + "@latticexyz/schema-type": "workspace:*", |
| 38 | + "@latticexyz/store": "workspace:*", |
| 39 | + "@latticexyz/world": "workspace:*" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@latticexyz/abi-ts": "workspace:*", |
| 43 | + "@latticexyz/gas-report": "workspace:*", |
| 44 | + "@types/node": "^18.15.11", |
| 45 | + "forge-std": "https://github.com/foundry-rs/forge-std.git#1eea5bae12ae557d589f9f0f0edae2faa47cb262", |
| 46 | + "solhint": "^3.3.7", |
| 47 | + "tsup": "^6.7.0", |
| 48 | + "vitest": "0.34.6" |
| 49 | + }, |
| 50 | + "publishConfig": { |
| 51 | + "access": "public" |
| 52 | + } |
| 53 | +} |
0 commit comments