-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "mermaid-chart-macro",
"version": "0.0.1",
"private": true,
"type": "module",
"engines": {
"node": ">=19.0.0"
},
"scripts": {
"start": "NODE_ENV=development MC_CLIENT_ID=6643413f-36fe-41f5-83b6-18674ec599f0 MC_BASE_URL=https://test.mermaidchart.com node scripts/server.js",
"watch-server": "NODE_ENV=development MC_CLIENT_ID=6643413f-36fe-41f5-83b6-18674ec599f0 MC_BASE_URL=https://test.mermaidchart.com nodemon -e js,hbs scripts/server.js",
"lint": "eslint app.js routes"
},
"dependencies": {
"@atlaskit/button": "^17.4.0",
"@atlaskit/section-message": "^6.4.19",
"@axiomhq/winston": "^1.0.0-rc.3",
"winston": "^3.13.0",
"winston-dev-format": "^0.2.1",
"@upstash/redis": "^1.28.4",
"atlassian-connect-express": "^10.0.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-hbs": "^2.5.0",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"nocache": "4.0.0",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"sqlite3": "^5.1.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"longjohn": "^0.2.12",
"nodemon": "^2.0.4"
}
}