-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 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
35
36
37
38
{
"name": "mermaid-chart-macro",
"version": "0.0.1",
"private": true,
"type": "module",
"engines" : {
"node" : ">=19.0.0"
},
"scripts": {
"start": "node scripts/server.js",
"watch-server": "nodemon -e js,hbs scripts/server.js",
"lint": "eslint app.js routes"
},
"dependencies": {
"@atlaskit/button": "^17.4.0",
"@atlaskit/section-message": "^6.4.19",
"@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"
}
}