kail-2024
Version:
learning how to use npm and express
24 lines (23 loc) • 453 B
JSON
{
"name": "kail-2024",
"version": "1.0.0",
"description": "learning how to use npm and express",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"kail",
"rca",
"2024",
"calcultor"
],
"author": "koblaik",
"license": "ISC",
"dependencies": {
"body-parse": "^0.1.0",
"body-parser": "^1.20.2",
"express": "^4.18.3",
"mongoose": "^8.2.1"
}
}