-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
{
"name": "traceurl-web",
"description": "A JavaScript utility to trace the original url of a shortened url.",
"license": "MIT",
"homepage": "https://github.com/CatChen/traceurl-api",
"version": "1.0.1",
"author": {
"name": "Cat Chen",
"email": "[email protected]",
"web": "https://catchen.me"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
},
"dependencies": {
"@catchen/traceurl": "^0.3.4",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"errorhandler": "^1.5.1",
"express": "^4.16.0",
"morgan": "^1.10.0",
"mustache-express": "^1.3.1",
"newrelic": "^8.0.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"dotenv": "^10.0.0",
"prettier": "^2.3.2"
},
"repository": {
"type": "git",
"url": "[email protected]:CatChen/traceurl-api.git"
}
}