bling-erp-api-with-rate-limit
Version:
Pacote de integração com a API do Bling ERP
73 lines (72 loc) • 1.83 kB
JSON
{
"name": "bling-erp-api-with-rate-limit",
"version": "5.8.1",
"description": "Pacote de integração com a API do Bling ERP",
"main": "lib/bling.js",
"directories": {
"test": "test"
},
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
"format": "prettier --write 'src/**/*.ts'",
"lint": "eslint --fix 'src/**/*.ts'",
"tscheck": "tsc --noEmit",
"test": "npm run build && jest --config jest.config.ts",
"test:coverage": "jest --config jest.config.ts --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandreBellas/bling-erp-api-js.git"
},
"keywords": [
"javascript",
"api",
"php",
"typescript",
"csharp",
"integration",
"js",
"erp",
"ts",
"nfe",
"sefaz",
"bling",
"bling-erp"
],
"author": "AlexandreBellas; vitor-san",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexandreBellas/bling-erp-api-js/issues"
},
"homepage": "https://github.com/AlexandreBellas/bling-erp-api-js#readme",
"dependencies": {
"axios": "^1.6.2",
"axios-rate-limit": "^1.4.0"
},
"devDependencies": {
"@types/chance": "^1.1.6",
"@types/jest": "^29.5.11",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"chance": "^1.1.11",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
}
}