This repository has been archived on 2024-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FBR-pr11/app/backend/package.json

16 lines
244 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.19.2"
}
}