{
  "name": "@marshal93/vue-directives",
  "version": "0.1.1",
  "description": "vue-directives with types",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "homepage": "https://github.com/marshal-base/base/tree/master/packages-vc/directives",
  "author": {
    "name": "marshal93",
    "email": "marshal93@163.com"
  },
  "repository": {
    "type": "git",
    "url": "git:+https://github.com/marshal-base/base.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue-directives"
  ],
  "devDependencies": {
    "@marshal93/vue-directives": "^0.1.1",
    "@storybook/addon-actions": "^6.3.8",
    "@storybook/addon-links": "^6.3.8",
    "@storybook/vue": "6.5.9",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "rollup-plugin-vue": "^6.0.0",
    "typescript": "^4.1.3",
    "vue": "^2.7.14"
  },
  "eslintConfig": {
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "scripts": {
    "start": "start-storybook -p 6006",
    "build": "rollup -c"
  },
  "gitHead": "80fb4c626685087eac70d7fa0428f0012a4288b5"
}
