deno.land / x / mongoose@6.7.5 / examples / redis-todo / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{ "name": "redis-todo", "version": "1.0.0", "description": "todo app build with express redis mongoose", "main": "server.js", "scripts": { "start": "node server.js", "dev:start": "nodemon server.js", "fix": "standard --fix || snazzy" }, "repository": { "type": "git", "url": "git+https://github.com/usama-asfar/redis-todo.git" }, "keywords": [ "express", "redis", "mongoose" ], "author": "@usama__asfar", "license": "MIT", "bugs": { "url": "https://github.com/usama-asfar/redis-todo/issues" }, "homepage": "https://github.com/usama-asfar/redis-todo#readme", "dependencies": { "bcryptjs": "^2.4.3", "express": "^4.18.1", "express-rate-limit": "^6.4.0", "jsonwebtoken": "^8.5.1", "mongoose": "^6.3.5", "redis": "^4.1.0" }, "devDependencies": { "nodemon": "^2.0.16", "morgan": "^1.9.1", "snazzy": "^9.0.0", "standard": "^17.0.0" }}
mongoose

Version Info

Tagged at
a year ago