metamorpov/package.json

29 lines
1011 B
JSON
Raw Normal View History

{
"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/.",
2025-01-24 19:57:23 -05:00
"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": {
2025-01-27 02:20:00 -05:00
"test": "npx rollup -c && npx web-ext run -s src",
2025-02-22 18:37:26 -05:00
"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",
2025-02-22 18:37:26 -05:00
"@rollup/plugin-json": "^6.1.0",
2025-01-26 21:57:51 -05:00
"@rollup/plugin-node-resolve": "15.3.0",
"english-verbs-gerunds": "3.3.1",
2025-01-26 21:57:51 -05:00
"english-verbs-helper": "3.3.1",
"english-verbs-irregular": "3.3.1",
2025-01-26 21:57:51 -05:00
"rollup": "^4.27.3",
2025-01-26 23:42:29 -05:00
"web-ext": "^8.3.0",
2025-02-22 18:37:26 -05:00
"webextension-polyfill": "^0.12.0"
}
}