-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.2 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
{
"description": "A collection of packages for working with the Blackbaud LMS's front-end APIs",
"homepage": "https://github.com/battis/myschoolapp-reporting#readme",
"repository": {
"type": "git",
"url": "https://github.com/battis/myschoolapp-reporting.git"
},
"author": {
"name": "Seth Battis",
"url": "https://github.com/battis"
},
"type": "module",
"scripts": {
"build": "lerna run build",
"release": "run-s release:*",
"release:paths": "monorepo-package-paths -w --repository --homepage --author",
"release:build": "run-s build",
"release:publish": "pnpm publish -r --otp $(op item get npm --otp) --access public"
},
"devDependencies": {
"@battis/eslint-config": "^2.0.3",
"@battis/prettier-config": "^1.5.6",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/config-pnpm-scopes": "^19.5.0",
"lerna": "^8.1.9",
"monorepo-package-paths": "^0.3.8",
"msar": "workspace:*",
"npm-run-all": "^4.1.5",
"tsx": "^4.19.2"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}