-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 660 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@dreamonkey/graphql-codegen-stack-monorepo",
"packageManager": "pnpm@8.9.2",
"private": true,
"scripts": {
"build": "pnpm run --recursive --stream --parallel build",
"test": "pnpm run --recursive --stream test",
"lint": "eslint . --ext .ts,.js,.cjs",
"format": "prettier --write \"**/*.{js,ts,json,ya?ml,md}\" --ignore-path .gitignore",
"deploy": "pnpm run build && pnpm -r publish"
},
"engines": {
"node": ">= 16.11.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"eslint": "^8.52.0",
"eslint-config-coralloy": "^0.2.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}