{
  "name": "@sepveneto/mpd-core",
  "version": "0.9.6",
  "description": "",
  "types": "./dist/index.d.ts",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./vue": {
      "types": "./dist/vue/index.d.ts",
      "import": "./dist/vue/index.js",
      "require": "./dist/vue/index.cjs"
    },
    "./helper": {
      "types": "./dist/helper.d.ts",
      "import": "./dist/helper.js",
      "require": "./dist/helper.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@micro-zoe/micro-app": "^1.0.0-rc.5",
    "@vue/composition-api": "^1.0.0-rc.1",
    "vue": "^2.0.0 || >=3.0.0"
  },
  "keywords": [],
  "author": "sepveneto",
  "license": "MIT",
  "changelog": "https://github.com/SepVeneto/miniprogram-design/blob/master/packages/core/CHANGELOG.md",
  "homepage": "https://github.com/SepVeneto/miniprogram-design/blob/master/packages/core",
  "repository": {
    "type": "git",
    "url": "https://github.com/SepVeneto/miniprogram-design"
  },
  "dependencies": {
    "vue-demi": "^0.13.11"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "~4.5.5",
    "vite": "^4.5.5",
    "vitest": "^0.28.5",
    "vue": "^3.5.12"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "version": " pnpm changelog && git add CHANGELOG.md",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package core -t core@"
  }
}