aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index ccd3530..f76a453 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"start": "node build/index.js",
- "dev": "nodemon --exec 'ts-node' src/index.ts",
+ "dev": "nodemon --exec 'ts-node' -i sa_key.json src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -15,15 +15,22 @@
"dependencies": {
"@tinyhttp/app": "1.2.23",
"@tinyhttp/logger": "1.2.4",
+ "body-parser": "1.19.0",
+ "date-fns": "2.21.1",
"dotenv": "8.2.0",
"googleapis": "71.0.0",
"got": "9.6.0",
+ "install": "0.13.0",
+ "jsonwebtoken": "8.5.1",
+ "npm": "7.10.0",
"slonik": "23.6.3",
"telegraf": "4.3.0",
"ts-node": "9.1.1"
},
"devDependencies": {
+ "@types/body-parser": "1.19.0",
"@types/got": "9.6.11",
+ "@types/jsonwebtoken": "8.5.1",
"@types/node": "14.14.41",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",