You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
511 B
25 lines
511 B
{ |
|
"name": "app", |
|
"version": "1.0.0", |
|
"description": "it's my first nodejs app ever yay", |
|
"main": "app.js", |
|
"scripts": { |
|
"test": "echo \"error: no test specified\" && exit 1" |
|
}, |
|
"keywords": [ |
|
"test", |
|
"app", |
|
"yay" |
|
], |
|
"author": "F2256342", |
|
"license": "ISC", |
|
"dependencies": { |
|
"express": "^4.16.3", |
|
"mongoose": "^5.3.2", |
|
"prom-client": "^11.2.0", |
|
"file-system": "^2.2.2", |
|
"marked": "^0.5.2", |
|
"body-parser": "^1.18.3", |
|
"jsonwebtoken": "^8.4.0" |
|
} |
|
}
|
|
|