-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 933 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
{
"name": "@spoonjoy/redwoodjs-dbauth-oauth",
"private": true,
"workspaces": [
"web",
"api"
],
"engines": {
"node": "=18.x",
"yarn": ">=1.15"
},
"packageManager": "yarn@3.2.4",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"lerna": "^7.0.2",
"prettier": "2.8.8",
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
},
"scripts": {
"build": "lerna run build",
"bp": "lerna run build && lerna run yalc:publish",
"watch": "lerna run watch",
"yalc:publish": "lerna run yalc:publish",
"webadd": "yarn workspace @spoonjoy/redwoodjs-dbauth-oauth-web add",
"apiadd": "yarn workspace @spoonjoy/redwoodjs-dbauth-oauth-api add"
}
}