{
  "name": "hexo-tag-echarts-new",
  "version": "1.1.2",
  "description": "A hexo plugin for inserting echarts in your blog.",
  "main": "index.js",
  "files": [
    "index.js",
    "lib/"
  ],
  "scripts": {
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/D-Sketon/hexo-tag-echarts-new.git"
  },
  "keywords": [
    "hexo",
    "plugin",
    "echarts"
  ],
  "author": "d-sketon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/D-Sketon/hexo-tag-echarts-new/issues"
  },
  "homepage": "https://github.com/D-Sketon/hexo-tag-echarts-new#readme",
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "devDependencies": {
    "vitest": "^4.1.10"
  }
}
