-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 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": "mud-table-idxs",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dk1a/mud-table-idxs.git"
},
"scripts": {
"build": "pnpm recursive run build",
"fix:package-json": "sort-package-json package.json 'packages/*/package.json'",
"foundryup": "curl -L https://foundry.paradigm.xyz | bash && bash ~/.foundry/bin/foundryup",
"mud:up": "pnpm mud set-version --tag main && pnpm install",
"prepare": "husky",
"release:publish": "pnpm install && pnpm build && pnpm publish --filter '@dk1a/mud-table-idxs'",
"test": "pnpm recursive run test"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
"*.{ts,tsx,css,md,mdx,sol}": "prettier --write",
"package.json": "pnpm fix:package-json"
},
"devDependencies": {
"@latticexyz/cli": "2.2.20",
"@latticexyz/common": "2.2.20",
"@latticexyz/explorer": "2.2.20",
"@latticexyz/store-indexer": "2.2.20",
"@types/debug": "4.1.7",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"mprocs": "^0.7.1",
"shx": "^0.3.4",
"sort-package-json": "^2.14.0",
"tsx": "^4.19.2",
"typescript": "5.4.2"
},
"engines": {
"node": "^20",
"pnpm": "^10"
}
}