{
  "name": "json-format-highlight",
  "version": "1.0.4",
  "description": "Format json and highlight it as well.",
  "repository": {
    "url": "luyilin/json-format-highlight",
    "type": "git"
  },
  "main": "dist/json-format-highlight.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run test && npm run build && npm run build:example",
    "lint": "eslint . --ext .js --ext .vue",
    "test": "npm run lint && test-vue-app",
    "build": "bili --debug",
    "example": "poi",
    "build:example": "poi build"
  },
  "author": "luyilin <luyilin12@gmail.com>",
  "license": "MIT",
  "poi": {
    "entry": "example/index.js",
    "dist": "example/dist",
    "homepage": "./"
  },
  "bili": {
    "format": [
      "cjs",
      "umd"
    ],
    "name": "json-format-highlight"
  },
  "eslintConfig": {
    "extends": [
      "plugin:vue/recommended"
    ]
  },
  "devDependencies": {
    "bili": "^2.2.0",
    "eslint": "^4.17.0",
    "eslint-plugin-vue": "^4.2.2",
    "poi": "^9.3.10",
    "test-vue-app": "^1.0.0",
    "vue-test-utils": "^1.0.0-beta.2"
  }
}
