sandbox-node/gtfs-service/package.json

19 lines
395 B
JSON
Raw Normal View History

2022-05-23 07:38:18 +02:00
{
"name": "gtfs-service",
2024-01-26 12:00:18 +01:00
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stefan Begerad",
"license": "GPL-3.0",
"devDependencies": {
"nodemon": "2.0.19"
},
"dependencies": {
"axios": "1.6.7"
}
2022-05-23 07:38:18 +02:00
}