summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 254abd0..5149db7 100644
--- a/package.json
+++ b/package.json
@@ -11,16 +11,16 @@
"@feathersjs/express": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/socketio": "^4.5.11",
+ "@types/bluebird": "^3.5.33",
+ "@types/cors": "^2.8.10",
+ "@types/lodash": "^4.14.168",
+ "@types/mongoose": "^5.10.3",
"bluebird": "^3.7.2",
"cors": "^2.8.5",
"feathers-hooks-common": "^5.0.5",
"feathers-mongoose": "^8.3.1",
- "mongoose": "^5.12.0"
- },
- "devDependencies": {
- "@types/bluebird": "^3.5.33",
- "@types/cors": "^2.8.10",
- "@types/lodash": "^4.14.168",
- "@types/mongoose": "^5.10.3"
+ "mongoose": "^5.12.0",
+ "ts-node": "^9.1.1",
+ "typescript": "^4.2.3"
}
}