{
  "name": "@vert/core",
  "version": "1.2.1",
  "description": "Library to build OOP applications which are based on Vue.",
  "author": {
    "name": "LancerComet",
    "email": "chw644@hotmail.com"
  },
  "repository": {
    "url": "https://github.com/vuevert/Vert-Core.git",
    "type": "git"
  },
  "files": [
    "dist/",
    "doc/",
    "README.md"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "predev": "npm run build",
    "preversion": "npm test"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.13",
    "vue": "^2.0.0",
    "vue-property-decorator": "^8.0.0"
  },
  "devDependencies": {
    "@types/node": "^16.0.0",
    "@types/reflect-metadata": "^0.1.0",
    "typescript": "^4.6.4",
    "@types/jest": "^27.5.0",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "jest": "^27.4.5",
    "jest-useragent-mock": "^0.1.1",
    "reflect-metadata": "^0.1.13",
    "rollup": "^2.61.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-typescript2": "^0.31.1",
    "ts-jest": "^27.1.2",
    "tslib": "^2.4.0",
    "typescript-formatter": "^7.2.2",
    "vue": "^2.0.0",
    "vue-property-decorator": "^8.0.0"
  },
  "keywords": [
    "Framework",
    "Vue",
    "Vert",
    "ServiceContainer",
    "OOP",
    "LancerComet"
  ]
}
