{
  "name": "github-markdown-readme-cdn",
  "version": "0.1.22",
  "description": "A collection of SVG images for the GMDR project, accessible via CDN.",
  "main": "index.js",
  "files": [
    "assets/"
  ],
  "scripts": {
    "1": "bash scripts/update_readme.sh",
    "2": "git add . && git commit -m \"chore: version bump\" && npm version patch && git commit -am \"chore(release): v$(npm pkg get version | tr -d '\"')\" && git push origin main && git push origin --tags",
    "3": "npm publish --access public",
    "test": "echo \"No tests yet\" && exit 0"
  },
  "keywords": [
    "cdn",
    "svg",
    "icons",
    "gmdr"
  ],
  "author": "Sriman",
  "license": "MIT",
  "type": "module"
}
