-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
48 lines (48 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
{
"name": "retrospected",
"version": "5.5.2",
"description": "An agile retrospective board - Powering www.retrospected.com",
"private": true,
"scripts": {
"lint": "yarn biome ci",
"clean": "del ./{frontend,backend,common,maintenance}/yarn.lock && del ./yarn.lock && del ./{frontend,backend,common,maintenance}/node_modules && del ./node_modules",
"frontend": "cd frontend && yarn start && cd ..",
"backend": "cd backend && yarn start && cd ..",
"stripe-login": "stripe login",
"stripe-listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook",
"bump": ". ./scripts/bump.sh",
"mig": "cd backend && yarn migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoinejaussoin/retro-board.git"
},
"keywords": [
"agile",
"retrospective",
"board",
"react hooks",
"react",
"universal",
"socket.io",
"styled-components",
"SPA",
"single page application",
"typescript",
"docker",
"docker-compose",
"postgres",
"gpt-4",
"chat gpt"
],
"author": "Antoine Jaussoin",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/antoinejaussoin/retro-board/issues"
},
"homepage": "https://www.retrospected.com",
"dependencies": {
"del-cli": "6.0.0",
"@biomejs/biome": "1.9.4"
}
}