19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"name": "getting-starter-activity-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "npm start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.1",
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|