-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.18 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
{
"name": "photosphere-monorepo",
"version": "1.0.0",
"description": "This monorepo contains the backend and frontend for [the Photosphere application](https://rapidfullstackdevelopment.com/example-application).",
"scripts": {
"start": "turbo --concurrency=20 photosphere-backend#start:dev photosphere-frontend#start compile:watch",
"c": "pnpm run compile",
"cw": "pnpm run compile:watch",
"compile": "pnpm --stream -r run compile",
"compile:watch": "pnpm --stream -r --parallel run compile:watch",
"clean": "pnpm --stream -r run clean",
"test": "pnpm --stream -r run test",
"test:watch": "pnpm --stream -r --parallel run test:watch",
"t": "pnpm run test",
"tw": "pnpm run test:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rapid-Fullstack-Development/photosphere-monorepo.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rapid-Fullstack-Development/photosphere-monorepo/issues"
},
"homepage": "https://github.com/Rapid-Fullstack-Development/photosphere-monorepo#readme",
"devDependencies": {
"turbo": "^2.0.6"
},
"packageManager": "[email protected]"
}