19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"name": "donatien",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "PORT=3542 node index.js"
|
|
},
|
|
"entry": "index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.21.1"
|
|
}
|
|
}
|