-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 928 Bytes
/
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": "soulsborne.build",
"version": "0.7.0",
"description": "Share your soulsborne builds and appearances",
"homepage": "https://soulsborne.build",
"repository": {
"type": "git",
"url": "https://github.com/KeziahMoselle/soulsborne.build"
},
"bugs": {
"url": "https://github.com/KeziahMoselle/soulsborne.build/issues",
"email": "[email protected]"
},
"author": {
"name": "Keziah Moselle",
"email": "[email protected]",
"url": "https://keziahmoselle.fr"
},
"contributors": [
{
"name": "Mehdi Tsr"
},
{
"name": "Audrey Basmadjian",
"url": "https://akara.fr"
}
],
"private": true,
"scripts": {
"dev": "concurrently \"npm:dev:payload\" \"npm:dev:astro\"",
"dev:payload": "cd backend && pnpm dev",
"dev:astro": "cd frontend && npm run dev"
},
"engines": {
"node": ">=20"
},
"license": "GPL-3.0-only"
}