{
  "name": "vuexcel-utils",
  "version": "1.1.2",
  "description": "Utils for vuexcel",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vuexcel/utils.git"
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "build": "tsc",
    "publish": "npm publish",
    "doc": "jsdoc2md ./src/*.js > README.md && vuepress build ./",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "office-addin"
  ],
  "author": "Mizuka <trionfo1993@hotmail.com>",
  "license": "MIT",
  "dependencies": {
    "typescript": "^2.8.3"
  },
  "devDependencies": {
    "@types/file-saver": "^1.3.0",
    "@types/lodash": "^4.14.108",
    "@types/office-js": "^0.0.55",
    "dmd-gitbook": "^0.0.2",
    "jsdoc-to-markdown": "^4.0.1",
    "vuepress": "^0.8.4"
  }
}
