API_Server_and_Client_Example/package.json

21 lines
475 B
JSON

{
"name": "api_server_and_client_example",
"version": "1.0.0",
"main": "apiserver_in_memory.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coldlightalchemist.com/Bradley/API_Server_and_Client_Example.git"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^4.21.2",
"sqlite3": "^5.1.7"
}
}