-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
{
"name": "accounting-updater",
"version": "1.0.0",
"description": "Updates personal accounting app database",
"main": "index.js",
"scripts": {
"start-local-port-forwarding": "ssh -L 127.0.0.1:3306:localhost:3306 dingel.dev -N",
"start": "node index.js",
"lint": "eslint --fix . --ext .json --ext .js"
},
"repository": "git+https://github.com/brodyd795/accounting-updater.git",
"author": "Brody Dingel",
"license": "ISC",
"bugs": {
"url": "https://github.com/brodyd795/accounting-updater/issues"
},
"homepage": "https://github.com/brodyd795/accounting-updater#readme",
"dependencies": {
"@sentry/node": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"date-fns": "^2.17.0",
"dotenv": "^8.2.0",
"googleapis": "^39.2.0",
"serverless-mysql": "^1.5.4"
},
"type": "module",
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-get-off-my-lawn": "^5.0.1"
}
}