-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 KB
/
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
42
43
44
45
{
"name": "url-shortener",
"version": "1.0.0",
"description": "��#\u0000 \u0000U\u0000R\u0000L\u0000-\u0000S\u0000h\u0000o\u0000r\u0000t\u0000e\u0000n\u0000e\u0000r\u0000\r\u0000 \u0000",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch:js": "parcel watch ./public/js/index.js --out-dir ./public/js --out-file bundle.js --public-url /js",
"build:js": "parcel build ./public/js/index.js --out-dir ./public/js -d bundle.js --public-url /js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Palaksharma23/URL-Shortener.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Palaksharma23/URL-Shortener/issues"
},
"homepage": "https://github.com/Palaksharma23/URL-Shortener#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^1.3.6",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.4",
"nodemon": "^2.0.22",
"npm": "^9.6.5",
"parcel": "^2.8.3",
"parcel-bundler": "^1.12.5",
"pug": "^3.0.2",
"redis": "^4.6.5",
"shortid": "^2.2.16",
"valid-url": "^1.0.9",
"validator": "^13.9.0"
}
}