{
  "name": "sgp-commons",
  "version": "1.0.2",
  "description": "SGP Commons UI Library based on Vue2 and Element UI",
  "main": "dist/sgp-commons.umd.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "serve": "vue-cli-service serve examples/main.js --open",
    "dev": "vue-cli-service serve examples/main.js --open",
    "build": "npm run build:lib",
    "build:lib": "vue-cli-service build --target lib --name sgp-commons ./src/index.js",
    "lint": "vue-cli-service lint",
    "build:watch": "vue-cli-service build --target lib --name sgp-commons --mode development --watch ./src/index.js",
    "watch": "npm run build:watch",
    "release": "standard-version"
  },
  "keywords": [
    "vue2",
    "element-ui",
    "ui",
    "components",
    "sgp",
    "commons"
  ],
  "author": "Your Name",
  "license": "MIT",
  "devDependencies": {
    "@vue/cli-plugin-babel": "~5.0.0",
    "@vue/cli-plugin-eslint": "~5.0.0",
    "@vue/cli-plugin-unit-jest": "~5.0.0",
    "@vue/cli-service": "~5.0.0",
    "@vue/eslint-config-standard": "^6.0.0",
    "@vue/test-utils": "^1.3.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^27.4.6",
    "babel-plugin-component": "^1.1.1",
    "compression-webpack-plugin": "^10.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "eslint-plugin-vue": "^7.20.0",
    "jest": "^27.4.7",
    "standard-version": "^9.3.2",
    "vue-template-compiler": "^2.6.14",
    "webpack-bundle-analyzer": "^4.5.0"
  },
  "peerDependencies": {
    "core-js": "^3.8.3",
    "element-ui": "^2.15.0",
    "sass": "^1.97.2",
    "sass-loader": "^16.0.6",
    "vue": "^2.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-repo/sgp-commons.git"
  },
  "bugs": {
    "url": "https://github.com/your-repo/sgp-commons/issues"
  },
  "homepage": "https://github.com/your-repo/sgp-commons#readme"
}
