Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Oct 8, 2024
1 parent a0324bd commit 93b8762
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@

{
"name": "programming_for_the_web_task_template",
"version": "1.0.0",
"description": "A template for the demo Node.JS Progressive Web Application with a SQLite backend.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "Ben Jones",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.18.2",
"sqlite3": "^5.1.6"
}
}

0 comments on commit 93b8762

Please sign in to comment.