Lägger till pakethanteringen till versionshanteringen

This commit is contained in:
2025-01-23 18:20:38 +01:00
parent 47dd4c8332
commit d474f2ebd5
2 changed files with 788 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "pwa",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.2",
"fs": "^0.0.1-security"
}
}