{
  "name": "@finviet-jsrpt/jsrpt-exceljs",
  "version": "1.0.1",
  "description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
  "private": false,
  "license": "MIT",
  "author": "Ngọc Quí <ngongocqui1995@gmail.com>",
  "engines": {
    "node": ">=8.3.0"
  },
  "main": "./lib/exceljs.nodejs.js",
  "browser": "./dist/exceljs.min.js",
  "types": "./index.d.ts",
  "files": [
    "dist",
    "lib",
    "LICENSE",
    "README.md",
    "index.d.ts"
  ],
  "scripts": {
    "build": "npm run patch:fast-csv && grunt build",
    "clean": "rm -rf build/ && rm -rf dist",
    "clean-build": "npm run clean && npm run build",
    "lint": "eslint --format node_modules/eslint-friendly-formatter .",
    "lint:fix": "prettier-eslint --write \"**/*.js\"",
    "lint:staged": "lint-staged",
    "patch:fast-csv": "node _patch-fast-csv.js",
    "test": "npm run test:full",
    "test:all": "npm run test:native && npm run test:es5",
    "test:browser": "if [ ! -f .disable-test-browser ]; then npm run test:jasmine; fi",
    "test:dist": "mocha --require spec/config/setup spec/dist --recursive",
    "test:end-to-end": "mocha --require spec/config/setup spec/end-to-end --recursive",
    "test:end-to-end:es5": "export EXCEL_BUILD=es5 && npm run test:end-to-end",
    "test:es5": "export EXCEL_BUILD=es5 && npm run test:full",
    "test:full": "npm run test:unit && npm run test:integration && npm run test:end-to-end && npm run test:browser",
    "test:integration": "mocha --require spec/config/setup spec/integration --recursive",
    "test:integration:es5": "export EXCEL_BUILD=es5 && npm run test:integration",
    "test:jasmine": "npm run build && grunt jasmine",
    "test:manual": "node spec/manual/app.js",
    "test:native": "npm run test:full",
    "test:unit": "mocha --require spec/config/setup --require spec/config/setup-unit spec/unit --recursive",
    "test:unit:es5": "export EXCEL_BUILD=es5 && npm run test:unit",
    "preversion": "npm run clean && npm run build && npm run test:all && npm run test:dist",
    "postversion": "git push --no-verify && git push --tags --no-verify",
    "last": "3.8.3"
  },
  "dependencies": {
    "@xmldom/xmldom": "0.8.6",
    "archiver": "5.3.1",
    "dayjs": "^1.8.15",
    "fast-csv": "4.3.6",
    "jszip": "3.8.0",
    "sax": "^1.2.4",
    "streamifier": "0.1.1",
    "tmp": "^0.1.0",
    "unzipper": "0.10.11",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "@types/node": "^10.12.0",
    "babelify": "^10.0.0",
    "browserify": "^16.5.0",
    "chai": "^4.2.0",
    "chai-datetime": "^1.5.0",
    "chai-xml": "^0.3.2",
    "core-js": "^3.2.1",
    "dirty-chai": "^2.0.1",
    "eslint": "^6.5.1",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "express": "^4.16.4",
    "grunt": "^1.0.3",
    "grunt-babel": "^8.0.0",
    "grunt-browserify": "^5.3.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "^2.1.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "husky": "^2.2.0",
    "lint-staged": "^8.1.5",
    "memorystream": "^0.3.1",
    "mocha": "^5.2.0",
    "prettier-eslint": "^9.0.0",
    "prettier-eslint-cli": "^5.0.0",
    "regenerator-runtime": "^0.13.3",
    "request": "^2.88.0",
    "semver": "^5.6.0",
    "uglify-js": "^3.4.9"
  }
}
