crypto-coingecko/Back/package.json
2022-12-07 12:37:31 +02:00

25 lines
671 B
JSON

{
"name": "candlestick-app-backend",
"version": "1.0.0",
"description": "Candlestick REST API with node js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anantkolvankar/candlestick-app-backend.git"
},
"author": "anantkolvankar",
"license": "ISC",
"bugs": {
"url": "https://github.com/anantkolvankar/candlestick-app-backend/issues"
},
"homepage": "https://github.com/anantkolvankar/candlestick-app-backend#readme",
"dependencies": {
"express": "^4.17.1",
"request": "^2.88.2"
}
}