metamorpov/package.json

27 lines
784 B
JSON

{
"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",
"test": "npx web-ext run -s src"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.0",
"english-verbs-gerunds": "3.3.1",
"english-verbs-helper": "3.3.1",
"english-verbs-irregular": "3.3.1",
"rollup": "^4.27.3",
"web-ext": "^8.3.0"
}
}