summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 78e0259..e7146c4 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,17 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
- "typescript": "^3.1.6"
+ "@types/node": "^10.12.12",
+ "array-to-google-sheets": "^1.0.1",
+ "class-validator": "^0.9.1",
+ "node-fetch": "^2.3.0",
+ "puppeteer": "^1.10.0",
+ "speedtest-net": "^1.4.3",
+ "typescript": "^3.1.6",
+ "zen-observable": "^0.8.11"
},
"scripts": {
- "build": "tsc && cp bin/config.json build/bin",
+ "build": "tsc && cp bin/*.json build/bin",
"build:run": "yarn run build && node build/bin/index.js"
}
}