{
  "name": "metamorpov",
  "title": "MetamorPOV",
  "version": "0.1.0",
  "description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://git.viscogliosi-pate.com/jean/metamorpov.git"
  },
  "author": "Jean Viscogliosi-Pate",
  "license": "GPL-3.0-or-later",
  "scripts": {
    "build": "npx rollup -c"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "15.3.0",
    "@rollup/plugin-commonjs": "28.0.2",
    "english-verbs-helper": "3.3.1",
    "english-verbs-gerunds": "3.3.1",
    "english-verbs-irregular": "3.3.1",
    "rollup": "^4.27.3"
  }
}