{ "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": { "start": "node index.js", "dev": "nodemon index.js", "sync": "nodemon test-sync-sheets.js" }, "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": { "@google-cloud/local-auth": "^2.1.1", "axios": "", "cors": "", "express": "", "googleapis": "^105.0.0", "nodemon": "^2.0.22", "xlsx": "^0.18.5" } }