{
  "name": "xlsx-template-ex",
  "version": "0.2.9",
  "description": "The template engine for generate xlsx documents",
  "private": false,
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Konstantin Polyntsov <optimistex@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:optimistex/xlsx-template-ex.git"
  },
  "bugs": {
    "url": "https://github.com/optimistex/xlsx-template-ex/issues"
  },
  "homepage": "https://github.com/optimistex/xlsx-template-ex#readme",
  "scripts": {
    "start": "npm run build && node ./dist/example.js",
    "start-dev": "node $NODE_DEBUG_OPTION -r ts-node/register ./src/example.ts dev",
    "build": "rm -rf dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "exceljs": "^1.13.0",
    "lodash": "^4.17.15",
    "moment": "^2.24.0"
  },
  "devDependencies": {
    "@types/node": "^10.14.10",
    "nodemon": "^1.19.1",
    "ts-node": "^7.0.1",
    "typescript": "^3.5.2"
  },
  "contributors": [
    {
      "name": "Konstantin Polyntsov",
      "email": "optimistex@gmail.com",
      "url": "https://github.com/optimistex"
    },
    {
      "name": "Arlio Bizarre",
      "url": "https://bitbucket.org/arlio/"
    }
  ]
}
