-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 713 Bytes
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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"description": "graphql-orm monorepo root",
"author": "Ilya Semenov",
"license": "MIT",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "10",
"onFail": "warn"
}
},
"scripts": {
"lint": "eslint --fix .",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@ilyasemenov/eslint-config": "^1.4.2",
"eslint": "^9.31.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"typescript": "^5.8.3"
}
}