{
  "name": "@mastergo/html-mastergo",
  "version": "1.10.0",
  "description": "Convert HTML to Mastergo code",
  "files": [
    "lib"
  ],
  "keywords": [
    "mastergo",
    "plugin",
    "html",
    "design"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mastergo-design/html-to-mastergo"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Mastergo",
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "build:lib": "cross-env TARGET=lib vite build",
    "preview": "vite preview --port 4173",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "dependencies": {
    "@mastergo/plugin-typings": "^1.20.0",
    "transformation-matrix": "^2.15.0"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.4",
    "@types/node": "^16.11.56",
    "@vitejs/plugin-vue": "^3.1.2",
    "@vue/eslint-config-typescript": "^11.0.0",
    "@vue/tsconfig": "^0.1.3",
    "ant-design-vue": "^3.2.12",
    "conventional-changelog-cli": "^2.1.1",
    "cross-env": "^7.0.3",
    "enquirer": "^2.3.6",
    "eslint": "^8.22.0",
    "eslint-plugin-vue": "^9.3.0",
    "execa": "^5.1.1",
    "npm-run-all": "^4.1.5",
    "sass": "^1.52.1",
    "semver": "^7.3.5",
    "typescript": "~4.7.4",
    "vite": "^3.0.9",
    "vite-plugin-dts": "^1.6.6",
    "vue": "^3.2.31",
    "vue-tsc": "^0.40.7"
  }
}