-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 898 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 898 Bytes
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
{
"name": "roncli.com-node-ronc-li",
"version": "2.1.18",
"description": "The website for ronc.li.",
"homepage": "https://github.com/roncli/roncli.com",
"bugs": {
"url": "https://github.com/roncli/roncli.com/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/roncli/roncli.com"
},
"main": "index.js",
"author": {
"name": "Ronald M. Clifford",
"email": "roncli@roncli.com",
"url": "https://roncli.com"
},
"license": "MIT",
"dependencies": {
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.1.1",
"@root/request": "1.9.2",
"express": "5.2.1",
"mongodb": "7.1.0"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@types/express": "5.0.6"
}
}