-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 951 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 951 Bytes
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": "@service/auth",
"version": "1.2.6",
"main": "dist/service.js",
"license": "GPL-2.0-only",
"private": true,
"scripts": {
"start": "node ./dist/service.js",
"seed": "node ./dist/seed.js",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"build": "tsc -b"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/node": "^18.11.9"
},
"dependencies": {
"@common/config": "^1.2.0",
"@common/models": "workspace:^",
"@common/service-utils": "^1.2.6",
"@furystack/auth-google": "^5.1.5",
"@furystack/core": "^11.2.1",
"@furystack/inject": "^7.1.3",
"@furystack/logging": "^3.1.3",
"@furystack/mongodb-store": "^5.1.3",
"@furystack/repository": "^6.1.3",
"@furystack/rest": "^4.1.3",
"@furystack/rest-service": "^6.2.5",
"@furystack/security": "^2.1.3",
"@furystack/utils": "^3.1.3",
"formidable": "^2.0.1",
"tslib": "^2.4.1"
}
}