-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
67 lines (65 loc) · 2.12 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "weweb-preview",
"version": "1.3.0",
"description": "Description",
"main": "./dist/index.js",
"scripts": {
"prestart": "node_modules/sequelize-cli/lib/sequelize db:migrate",
"extract": "node extract.js",
"extract:core": "node extract.core.js",
"build": "tsc",
"start": "node --inspect=0.0.0.0:3161 ./dist/index.js",
"start:dev": "NODE_ENV=development sequelize db:migrate && nodemon --quiet --inspect=0.0.0.0:3161",
"migrations": "node_modules/sequelize-cli/lib/sequelize db:migrate"
},
"dependencies": {
"@supabase/supabase-js": "^1.35.3",
"auth0": "^3.3.0",
"aws-sdk": "^2.1391.0",
"axios": "^1.6.8",
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"cli-table3": "^0.6.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.17.1",
"fs-extra": "^10.1.0",
"jsdom": "^22.1.0",
"mime-types": "^2.1.35",
"morgan": "^1.10.0",
"openid-client": "^5.1.9",
"pg": "^8.5.1",
"pino": "^8.17.1",
"pino-pretty": "^10.3.0",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1",
"weweb-microservice-token": "0.1.15"
},
"devDependencies": {
"@types/auth0": "^2.35.11",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.10",
"@types/debug": "^4.1.6",
"@types/express": "^4.17.12",
"@types/morgan": "^1.9.2",
"@types/openid-client": "^3.7.0",
"@types/pino-pretty": "^4.7.5",
"@types/sequelize": "^4.28.14",
"nodemon": "^3.0.1",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"js-beautify": "^1.14.11"
},
"repository": {
"type": "git",
"url": "https://github.com/weweb-team/weweb-preview.git"
},
"bugs": {
"url": "https://github.com/weweb-team/weweb-preview/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/weweb-team/weweb-preview",
"author": "WeWeb Team",
"license": "ISC"
}