-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
{
"name": "ziplink",
"version": "1.0.0",
"description": "Shorten URLs with ease",
"main": "server.js",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongoose": "^7.1.2",
"path": "^0.12.7",
"prettier": "^2.8.7",
"swagger-ui-express": "^4.6.2",
"util": "^0.12.5",
"valid-url": "^1.0.9",
"yamljs": "^0.3.0"
},
"scripts": {
"start": "node app/server.js",
"lint": "npx prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishaanSh06/ZipLink.git"
},
"keywords": [
"url",
"ZipLink",
"ishaanSh06",
"mongoDB"
],
"author": "Ishaan Sharma (ishaanSh06)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ishaanSh06/ZipLink/issues"
},
"homepage": "https://ziplink.cleverapps.io"
}