{
  "name": "vue-lazy-calc",
  "version": "1.2.0",
  "private": false,
  "author": "dreambo8563",
  "main": "dist/vue-lazy-calc.umd.min.js",
  "license": "MIT",
  "scripts": {
    "debug": "tsc && node types/main.js",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "build-bundle": "npm run lint && vue-cli-service build --target lib --name vue-lazy-calc ./src/main.ts",
    "report": "npm run lint && vue-cli-service build --report --target lib --name vue-lazy-calc ./src/main.ts",
    "test": "vue-cli-service test:unit && codecov --token=08d1a35e-d4a8-4352-99e5-b739c361c12a",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "typings": "types/main.d.ts",
  "description": "A simple calculator with lazy evaluation featuer",
  "dependencies": {
    "vue": "^2.6.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dreambo8563/vue-lazy-calc.git"
  },
  "bugs": {
    "url": "https://github.com/dreambo8563/vue-lazy-calc/issues"
  },
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@vue/cli-plugin-eslint": "^3.5.0",
    "@vue/cli-plugin-typescript": "^3.5.0",
    "@vue/cli-plugin-unit-jest": "^3.5.1",
    "@vue/cli-service": "^3.5.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "@vue/eslint-config-typescript": "^4.0.0",
    "babel-eslint": "^10.0.1",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^5.8.0",
    "eslint-plugin-vue": "^5.0.0",
    "jest": "^24.5.0",
    "ts-jest": "^24.0.0",
    "typescript": "^3.3.4000",
    "vue-template-compiler": "^2.5.21"
  },
  "files": [
    "dist/*",
    "src/*",
    "types/*.d.ts",
    "package.json",
    "*.js",
    "README.md"
  ],
  "keywords": [
    "vue",
    "calculator",
    "lazy evaluation",
    "chain",
    "lazy"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
