-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 884 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
28
29
30
31
{
"name": "app-kit",
"version": "0.0.0",
"description": "Shared transport, auth, popup, UI, player, and genre-tree plumbing for BehindTheMusicTree React apps",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/BehindTheMusicTree/app-kit.git"
},
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"release": "bash scripts/release.sh",
"tag-release": "bash scripts/tag-release.sh"
},
"keywords": [
"react",
"transport",
"auth",
"ui",
"genre-tree"
],
"author": "Andreas Garcia",
"license": "ISC",
"devDependencies": {
"turbo": "^2.10.8"
}
}