-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 935 Bytes
/
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
{
"name": "bitsy",
"version": "1.0.0",
"description": "URL Shortener for CODEX(https://www.github.com/codex-iter)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salif-04/bitsy.git"
},
"keywords": [
"url",
"urlShortener",
"codex",
"codex-iter"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/salif-04/bitsy/issues"
},
"homepage": "https://github.com/salif-04/bitsy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"http": "0.0.0",
"mongoose": "^5.8.11",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"shortid": "^2.2.15",
"valid-url": "^1.0.9"
}
}