{
  "name": "@alexssmusica/emissao-nota-fiscal",
  "version": "1.0.5",
  "description": "Modulo que auxilia na geração de NFe e NFCe",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Alex Santos de Souza"
  },
  "files": [
    "/lib",
    "package.json",
    "README.md"
  ],
  "keywords": [
    "NFe",
    "NFCe",
    "Emissao",
    "Nota Fiscal"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Alexssmusica/emissao-nota-fiscal.git"
  },
  "homepage": "https://github.com/Alexssmusica/emissao-nota-fiscal/#readme",
  "scripts": {
    "version": "npm run prettier && npm run build && git add -A src",
    "postversion": "git push && git push --tags && npm run publish",
    "prettier": "prettier src/**/*.{js,ts} --write",
    "clean-lib": "npx rimraf lib",
    "build": "npm run clean-lib && tsc -p tsconfig.json && npm run copy-xsd",
    "publish": "npm adduser && npm publish --access public",
    "copy-xsd": "copyfiles -u 1 src/**/*.xsd lib/",
    "type": "tsc --project tsconfig.json",
    "test": "ts-node ./tests/status-servico.test.ts"
  },
  "dependencies": {
    "@alexssmusica/node-pdf-nfe": "1.1.8",
    "bwip-js": "4.5.1",
    "date-fns": "2.29.3",
    "dotenv": "16.0.3",
    "node-fetch": "2.6.7",
    "node-forge": "1.3.1",
    "sha1": "1.1.1",
    "xml-crypto": "2.1.5",
    "xml2js": "0.6.2",
    "xsd-schema-validator": "0.7.0"
  },
  "devDependencies": {
    "@types/bwip-js": "3.2.3",
    "@types/date-fns": "2.6.0",
    "@types/node": "18.15.2",
    "@types/node-fetch": "2.6.2",
    "@types/node-forge": "1.3.11",
    "@types/sha1": "1.1.3",
    "@types/xml-crypto": "1.4.2",
    "@types/xml2js": "0.4.14",
    "@types/xsd-schema-validator": "0.5.4",
    "@typescript-eslint/eslint-plugin": "4.22.0",
    "@typescript-eslint/parser": "4.22.0",
    "copyfiles": "2.4.1",
    "eslint": "7.25.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-prettier": "3.4.0",
    "prettier": "2.2.1",
    "rimraf": "5.0.0",
    "ts-node": "10.9.1",
    "ts-node-dev": "2.0.0",
    "typescript": "4.9.5"
  }
}
