UNPKG

b3_insigths

Version:
54 lines (53 loc) 1.18 kB
{ "name": "b3_insigths", "version": "0.0.1", "description": "A brazillian stock exchange CLI", "main": "dist/main.js", "type": "module", "files": [ "/dist" ], "bin": { "b3": "dist/main.js" }, "scripts": { "build": "tsc --build" }, "repository": { "type": "git", "url": "git+https://github.com/jonathatargino/b3-insigths" }, "keywords": [ "b3", "stock-exchange", "stocks", "reits" ], "author": "jonathatargino", "license": "ISC", "bugs": { "url": "https://github.com/jonathatargino/b3-insigthsissues" }, "homepage": "https://github.com/jonathatargino/b3-insigths#readme", "dependencies": { "chalk": "^5.3.0", "cheerio": "^1.0.0-rc.12", "esbuild": "^0.21.5", "figlet": "^1.7.0", "inquirer": "^9.2.23", "ora": "^8.0.1", "puppeteer": "^22.11.0", "tsx": "^4.15.4", "typescript": "^5.4.5", "uninstall": "^0.0.0" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/figlet": "^1.5.8", "@types/inquirer": "^9.0.7", "@types/node": "^20.14.2", "@types/ora": "^3.2.0", "@types/puppeteer": "^7.0.4", "esbundle": "^0.0.2" } }