15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"name": "phone-book",
|
|
"version": "1.0.0",
|
|
"description": "Simple phone book application",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.3.2",
|
|
"dotenv": "^16.3.1"
|
|
}
|
|
} |