-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1018 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": "url-shortener",
"version": "0.0.1",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "node ./build.js",
"start": "nodemon ./dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lazarencjusz/url-shortener.git"
},
"author": "Michał Wojas",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lazarencjusz/url-shortener/issues"
},
"homepage": "https://github.com/Lazarencjusz/url-shortener#readme",
"dependencies": {
"axios": "^0.21.1",
"esbuild": "^0.11.22",
"express": "^4.17.1",
"firebase": "^8.6.1",
"fs-extra": "^10.0.0",
"http": "0.0.1-security",
"mongodb-client-encryption": "^1.2.3",
"nodemon": "^2.0.7",
"randomstring": "^1.2.1",
"rimraf": "^3.0.2",
"simple-argv": "^2.0.4",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^15.3.0"
}
}