-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.5 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
{
"homepage": "https://github.com/groton-school/sky-api#readme",
"repository": {
"type": "git",
"url": "https://github.com/groton-school/sky-api.git"
},
"author": {
"name": "Seth Battis",
"email": "sbattis@groton.org",
"url": "https://github.com/groton-school"
},
"scripts": {
"build": "run-s build:*",
"build:openapi": "tsx ./bin/schema.ts",
"build:lerna": "lerna run --ignore PACKAGE_NAME build",
"pre-changeset": "run-s pre-changeset:*",
"pre-changeset:monorepo-package-paths": "npx monorepo-package-paths -w --author --homepage --repository",
"pre-changeset:build": "run-s build",
"release": "run-s release:*",
"release:changeset": "changeset version",
"release:publish": "pnpm publish -r --otp $(op item get npm --otp)"
},
"prettier": "@battis/prettier-config",
"devDependencies": {
"@battis/eslint-config": "^2.0.0",
"@battis/prettier-config": "^1.5.5",
"@battis/qui-cli": "^0.8.4",
"@changesets/cli": "^2.27.10",
"@groton/sky-api.tsconfig": "workspace:*",
"@tsconfig/recommended": "^1.0.8",
"glob": "^11.0.0",
"lerna": "^8.1.9",
"monorepo-package-paths": "^0.3.4",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^7.4.4",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"eslint": {
"extends": "@battis/eslint-config"
}
}