{
  "name": "vue-prism-editor",
  "version": "1.2.2",
  "description": "A dead simple code editor with syntax highlighting and line numbers.",
  "author": {
    "name": "Mesut Koca",
    "email": "imesutkoca@gmail.com"
  },
  "homepage": "https://github.com/koca/vue-prism-editor#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koca/vue-prism-editor.git"
  },
  "bugs": {
    "url": "https://github.com/koca/vue-prism-editor/issues"
  },
  "keywords": [
    "vue",
    "editor",
    "code editor",
    "prism"
  ],
  "files": [
    "dist",
    "src"
  ],
  "module": "dist/prismeditor.esm.js",
  "unpkg": "dist/prismeditor.umd.production.min.js",
  "umd:main": "dist/prismeditor.umd.production.min.js",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "dev": "tsdx watch --format cjs --name PrismEditor",
    "build": "tsdx build --format cjs,esm,umd --name PrismEditor",
    "test": "tsdx test",
    "test:watch": "tsdx test --watchAll",
    "test:cov": "tsdx test --collectCoverage",
    "lint": "eslint src",
    "lint:tsdx:not-working": "tsdx lint"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.10.1",
    "@testing-library/vue": "^5.0.4",
    "@types/prismjs": "^1.16.1",
    "@vue/cli-plugin-unit-jest": "^4.4.4",
    "jest-environment-jsdom-sixteen": "^1.0.3",
    "prismjs": "^1.20.0",
    "rollup-plugin-postcss": "^3.1.2",
    "tsdx": "^0.13.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.3",
    "vue-jest": "^3.0.5"
  },
  "peerDependencies": {
    "vue": "^2.6.11"
  },
  "dependencies": {},
  "engines": {
    "node": ">=10"
  }
}
