chore: rm package.json.bckp backup

This commit is contained in:
dancingCycle 2023-07-26 12:36:43 +02:00
parent 0c26994fd2
commit 94126ad0c0
1 changed files with 0 additions and 36 deletions

View File

@ -1,36 +0,0 @@
{
"private": true,
"name": "data-ui",
"description": "API for VBN data",
"version": "1.19.0",
"main": "index.js",
"keywords": [
"API",
"VBN",
"data"
],
"author": "Software Ingenieur Begerad <dialog@SwIngBe.de>",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">=10"
},
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"dependencies": {
"axios": "1.4.0",
"compression": "1.7.4",
"cors": "2.8.5",
"debug": "4.3.4",
"dotenv": "16.0.1",
"express": "4.18.1",
"fs": "0.0.1-security",
"gtfs-realtime-bindings": "1.1.1",
"helmet": "5.1.0",
"https": "1.0.0"
},
"devDependencies": {
"nodemon": "2.0.16"
}
}