-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.76 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
68
69
70
{
"name": "@ubud-app/server",
"description": "A small private software for budgeting",
"bin": {
"ubud-db": "./bin/database",
"ubud-plugin": "./bin/plugin",
"ubud-user": "./bin/user",
"ubud-server": "./server.js"
},
"scripts": {
"test": "mocha | bunyan -o short -l error",
"check": "npm run check:eslint",
"check:quick": "npm run check:eslint",
"check:eslint": "eslint ./"
},
"author": "Sebastian Pekarek <foricheeshaifaecixae@e.sebbo.net>",
"homepage": "https://ubud.club",
"bugs": {
"url": "https://github.com/ubud-app/client/issues"
},
"dependencies": {
"@sentry/node": "^8.30.0",
"basic-auth": "^2.0.1",
"bcryptjs": "^2.4.3",
"bunyan": "^1.8.15",
"cli-table": "^0.3.11",
"commander": "^12.1.0",
"cors": "^2.8.5",
"dtrace-provider": "^0.8.8",
"email-validator": "^2.0.4",
"express": "^5.0.0",
"express-fileupload": "^1.5.1",
"hibp": "^14.1.2",
"moment": "^2.30.1",
"mt940-js": "^1.0.0",
"mysql2": "^3.11.3",
"neat-csv": "^7.0.0",
"promised-exec": "^1.0.1",
"semver": "^7.6.3",
"sequelize": "^6.37.3",
"shell-escape": "^0.2.0",
"socket.io": "^4.7.5",
"tslib": "^2.7.0",
"umzug": "^3.8.1",
"underscore": "^1.13.7",
"uuid": "^10.0.0"
},
"optionalDependencies": {
"@ubud-app/client": "^1.1.0",
"ofx": "^0.4.0"
},
"devDependencies": {
"@sebbo2002/semantic-release-docker": "^4.0.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.4",
"@semantic-release/npm": "^12.0.1",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^2.1.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"semantic-release": "^24.1.1"
},
"engines": {
"node": ">=12.0.0"
},
"version": "0.6.1"
}