This repository was archived by the owner on Jun 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.37 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.37 KB
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
{
"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": "[email protected]",
"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)"
},
"devDependencies": {
"@battis/eslint-config": "^2.0.3",
"@battis/prettier-config": "^1.6.0",
"@battis/qui-cli": "^0.8.5",
"@groton/sky-api.tsconfig": "workspace:*",
"@tsconfig/recommended": "^1.0.8",
"glob": "^11.0.2",
"lerna": "^8.2.2",
"monorepo-package-paths": "^0.3.10",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^7.8.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}