summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 13:42:57 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 13:42:57 -0700
commitc2ebffd11ec6900341b9566f130c444e16df7e3b (patch)
treec1d828411b57fa32bbcfa62529db2c8ca03d1c6b /package.json
Init commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f6211b1
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "pullstart",
+ "version": "1.0.0",
+ "author": "Nick Van Doorn <vandoorn.nick@gmail.com>",
+ "license": "MIT",
+ "devDependencies": {
+ "@types/jest": "^24.0.6",
+ "@types/node-fetch": "^2.1.6",
+ "jest": "^24.1.0",
+ "node-fetch": "^2.3.0",
+ "ts-jest": "^24.0.0",
+ "ts-node": "^8.0.2"
+ },
+ "dependencies": {
+ "@types/node": "^11.9.5",
+ "@types/pidusage": "^2.0.1",
+ "@types/yargs": "^12.0.9",
+ "pidusage": "^2.0.17"
+ }
+}