aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-04-18 16:43:31 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-04-18 16:45:06 +0300
commit8d26eb5b5e6b0bac4298ca0b2946193a841eade5 (patch)
treeba3ba3b996ebb71caba7afbd43d1736a2c55bb6a /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..2e40388
--- /dev/null
+++ b/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "hommabot2",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "tsc",
+ "start": "node build/index.js",
+ "dev": "nodemon --exec 'npm start' src/index.ts",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "@tinyhttp/app": "1.2.23",
+ "@tinyhttp/logger": "1.2.4",
+ "ts-node": "9.1.1"
+ },
+ "devDependencies": {
+ "@types/node": "14.14.41",
+ "@typescript-eslint/eslint-plugin": "4.22.0",
+ "@typescript-eslint/parser": "4.22.0",
+ "eslint": "7.24.0",
+ "nodemon": "2.0.7"
+ }
+} \ No newline at end of file