{
  "name": "@elyse0/json-as-xlsx",
  "version": "2.4.3-esm",
  "main": "src/index.js",
  "license": "MIT",
  "types": "types/index.d.ts",
  "description": "Create excel xlsx file from json",
  "author": "LuisEnMarroquin <luis@marroquin.dev>",
  "homepage": "https://xlsx.marroquin.dev",
  "scripts": {
    "start": "tsc --watch src/index.ts",
    "build": "tsc src/index.ts && uglifyjs src/index.js --output src/index.js",
    "start-client": "vue-cli-service serve",
    "build-client": "vue-cli-service build",
    "start-server": "npx nodemon --exec npx ts-node --skip-project examples/express/server.ts",
    "test": "jest"
  },
  "dependencies": {
    "xlsx": "^0.17.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.2",
    "@types/node": "^17.0.0",
    "@vue/cli-service": "^4.5.15",
    "express": "^4.17.1",
    "jest": "^27.3.1",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.3",
    "uglify-js": "^3.14.2",
    "vue": "^2.6.14",
    "vue-template-compiler": "^2.6.14"
  },
  "files": [
    "src/index.js",
    "types/index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LuisEnMarroquin/json-as-xlsx.git"
  },
  "bugs": {
    "url": "https://github.com/LuisEnMarroquin/json-as-xlsx/issues"
  },
  "keywords": [
    "json",
    "xlsx",
    "excel",
    "jsonc",
    "json-xlsx",
    "xlsx-json",
    "create-xlsx",
    "create-excel",
    "json-as-xlsx",
    "json-to-xlsx",
    "json-as-excel",
    "json-to-excel",
    "xlsx-as-json",
    "xlsx-from-json",
    "microsoft",
    "microsoft-xlsx",
    "microsoft-excel"
  ],
  "browserslist": [
    ">0.2%",
    "not dead",
    "not op_mini all"
  ]
}
