economicsystem-api-tokenroom/package.json
2023-06-02 21:51:17 +05:30

28 lines
726 B
JSON

{
"name": "economicsystem-tokenroom",
"version": "1.0.0",
"description": "Functions to fetch all the data required for the Token room Economic system",
"main": "fetch_finance_data.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ranchimall/economicsystem-tokenroom.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ranchimall/economicsystem-tokenroom/issues"
},
"homepage": "https://github.com/ranchimall/economicsystem-tokenroom#readme",
"dependencies": {
"googleapis": "",
"express": "",
"cors":""
},
"scripts": {
"start": "node index.js"
}
}