UNPKG

@plasoft/boletos

Version:
56 lines (55 loc) 1.25 kB
{ "name": "@plasoft/boletos", "version": "1.0.48", "main": "build", "license": "ISC", "scripts": { "build": "tsup src/index.ts --format esm, cjs --dts --out-dir build", "dev": "npm link && tsup src/index.ts --watch --sourcemap", "test": "tsx watch src/tests/index.ts" }, "dependencies": { "axios": "^1.4.0", "bwip-js": "^3.4.3", "date-fns": "^2.30.0", "dotenv": "^16.3.1", "handlebars": "^4.7.7", "puppeteer-core": "^20.9.0", "string-mask": "^0.3.0" }, "devDependencies": { "@types/bwip-js": "^3.2.0", "tsup": "^7.1.0", "tsx": "^3.12.7", "typescript": "^5.1.6" }, "files": [ "build" ], "repository": { "type": "git", "url": "git+https://github.com/plasoft-software/plasoft-firebird.git" }, "keywords": [ "plasoft", "firebird", "2.1", "database", "sql", "fdb" ], "author": { "name": "Luan Bresolla", "email": "luanpires34@gmail.com" }, "contributors": [ { "name": "Luan Bresolla", "email": "luanpires34@gmail.com" } ], "bugs": { "url": "https://github.com/plasoft-software/plasoft-firebird/issues" }, "homepage": "https://github.com/plasoft-software/plasoft-firebird#readme" }