{
  "name": "@keaikeqing/blog-static",
  "version": "0.3.5",
  "description": "Static resources for keaikeqing blog",
  "private": false,
  "main": "index.js",
  "scripts": {
    "release": "standard-version"
  },
  "standard-version": {
    "releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]"
  },
  "files": [
    "assets/",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keaikeqing/keaikeqing-blog-static.git"
  },
  "homepage": "https://github.com/keaikeqing/keaikeqing-blog-static#readme",
  "bugs": {
    "url": "https://github.com/keaikeqing/keaikeqing-blog-static/issues"
  },
  "keywords": [
    "static",
    "files",
    "blog",
    "resources"
  ],
  "author": {
    "name": "keaikeqing",
    "email": "keaikeqing@gmail.com",
    "url": "https://blog.keaikeqing.cn"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "standard-version": "^9.5.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
