{
  "name": "dx-systemjs-vue-browser",
  "version": "1.1.2",
  "description": "SystemJS plugin to load .vue single file components",
  "main": "index.js",
  "files": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevExpress/dx-systemjs-vue-browser.git"
  },
  "keywords": [
    "vue",
    "systemjs"
  ],
  "author": "Developer Express Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DevExpress/dx-systemjs-vue-browser/issues"
  },
  "scripts": {
    "test": "jest"
  },
  "homepage": "https://github.com/DevExpress/dx-systemjs-vue-browser#readme",
  "devDependencies": {
    "jest": "^23.6.0",
    "typescript": "^5.1.6",
    "@vue/compiler-sfc": "^3.3.4"
  }
}
