metamorpov/package.json

29 lines
1011 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": {
"test": "npx rollup -c && npx web-ext run -s src",
"build": "npx rollup -c && npx web-ext build -s src -a dist --ignore-files replace-words.js save-load-options.js icons/metamorpov.svg icons/svg-to-png.sh -o"
},
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@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",
"webextension-polyfill": "^0.12.0"
}
}