-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "graph-local-state-monorepo",
"private": true,
"scripts": {
"format": "prettier . --write",
"check": "pnpm check -r",
"prebuild": "rimraf packages/*/dist",
"build": "tsc --project tsconfig.build.json && bob build",
"postinstall": "patch-package && husky install",
"pretty-quick": "pretty-quick --staged",
"release": "pnpm build && changeset publish"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/graphprotocol/graph-local-state"
},
"bugs": {
"url": "https://github.com/graphprotocol/graph-local-state/issues"
},
"homepage": "https://github.com/graphprotocol/graph-local-state#readme",
"contributors": [
"Saihajpreet Singh <[email protected]> (https://saihaj.dev/)"
],
"engines": {
"pnpm": ">=6.32.3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "2.21.0",
"@types/node": "^17.0.21",
"bob-the-bundler": "^1.6.1",
"husky": "^7.0.4",
"patch-package": "^6.4.7",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"typescript": "^4.6.2"
}
}