UNPKG

@4success/nfse-campinas

Version:
67 lines (66 loc) 1.64 kB
{ "name": "@4success/nfse-campinas", "description": "NFSe Campinas", "version": "2.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "author": { "name": "Renan William Alves de Paula", "email": "renan@4success.com.br" }, "repository": { "url": "git+https://github.com/4success/nfse-campinas.git" }, "scripts": { "version": "yarn run format && git add -A src", "prepare": "yarn run build", "postversion": "git push && git push --tags", "test": "jest", "build": "tsc --emitDeclarationOnly && node esbuild.mjs", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "files": [ "dist/**/*" ], "directories": { "test": "src/__tests__" }, "keywords": [ "nfse campinas", "nfse" ], "devDependencies": { "@tybys/cross-zip": "^3.1.0", "@types/jest": "^29.0.0", "@types/luxon": "^3.4.2", "@types/node": "^18.19.31", "@types/node-forge": "^1.3.11", "@types/pem": "^1.14.4", "@types/sha1": "^1.1.3", "dotenv": "^16.0.0", "esbuild": "^0.23.1", "glob": "^8.0.3", "jest": "^29.0.0", "js-yaml": "^4.1.0", "nock": "^13.2.4", "prettier": "^2.4.1", "puppeteer": "^10.1.0", "ts-jest": "^29.0.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.6.1", "fast-xml-parser": "^4.2.5", "luxon": "^3.4.4", "node-forge": "^1.3.1", "pem": "^1.14.8", "sha1": "^1.1.1", "soap": "^1.1.2", "xml-crypto": "^6.0.0", "xmlbuilder": "^15.1.1" } }