UNPKG

sc-cobre-facil

Version:

Biblioteca TypeScript para consumir a API da Cobre Fácil

63 lines (62 loc) 1.61 kB
{ "name": "sc-cobre-facil", "version": "0.0.9", "description": "Biblioteca TypeScript para consumir a API da Cobre Fácil", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "samples": "tsx --watch src/samples/index.ts", "test": "jest", "format": "prettier --write \"src/**/*.ts\"", "prepare": "npm run format && npm run build", "version": "git add -A .", "postversion": "git push", "release:check": "git diff --exit-code", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "release": "npm run release:patch" }, "repository": { "type": "git", "url": "git+https://github.com/saulotarsobc/sc-cobre-facil.git" }, "keywords": [ "api", "typescript", "bancking", "bank", "boletos", "cobrança", "NF", "client", "sdk", "cobrefacil" ], "author": "Saulo Costa", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/saulotarsobc/sc-cobre-facil/issues" }, "homepage": "https://github.com/saulotarsobc/sc-cobre-facil#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.17", "dotenv": "^16.5.0", "eslint": "^9.26.0", "eslint-plugin-prettier": "^5.4.0", "jest": "^29.7.0", "prettier": "^3.5.3", "ts-jest": "^29.3.2", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.1" }, "files": [ "dist", "README.md", "LICENSE" ] }