-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "@lyra/monorepo",
"version": "0.0.0-monorepo",
"description": "Self-hosted music streaming service that allows you to take your high-fidelity music collection anywhere.",
"author": {
"name": "Vlad Cuciureanu",
"email": "vlad@cuciureanu.me",
"url": "https://vlad.cuciureanu.me"
},
"license": "GPL-3.0-only",
"scripts": {
"build": "nx run-many --target=build --all",
"dev": "nx run-many --target=dev --all --output-style=stream",
"test": "nx run-many --target=test --all",
"format": "nx run-many --target=format --all",
"prisma:generate": "nx run @lyra/schema:prisma:generate",
"prisma:push": "nx run @lyra/schema:prisma:push"
},
"dependencies": {},
"devDependencies": {
"@nrwl/nx-cloud": "latest",
"nx": "15.7.2",
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/VladCuciureanu/Lyra.git"
},
"private": true,
"keywords": [
"music",
"streaming",
"music-library",
"self-hosted",
"streaming-services",
"streaming-audio"
]
}