22 lines
475 B
JSON
Executable File
22 lines
475 B
JSON
Executable File
{
|
|
"name": "Stein Site",
|
|
"version": "1.0.0",
|
|
"description": "Stein Site",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js",
|
|
"build": "echo \"No build step defined\""
|
|
},
|
|
"keywords": [],
|
|
"author": "Team.Stein",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"express-session": "^1.18.0",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|