metamorpov-library/package.json

23 lines
714 B
JSON
Raw Normal View History

2025-08-03 12:48:22 -04:00
{
"name": "metamorpov",
"title": "MetamorPOV",
2025-08-18 09:55:36 -04:00
"version": "1.0.1",
"description": "Enables customization of reader-insert stories by translating text hooks such as Y/n, pov/s, and vrb/present/do/.",
2025-08-03 12:48:22 -04:00
"main": "metamorpov.js",
"scripts": {
2025-08-03 19:43:17 -04:00
"test": "node metamorpov-test.js"
2025-08-03 12:48:22 -04:00
},
"repository": {
"type": "git",
"url": "https://git.viscogliosi-pate.com/jean/metamorpov-library.git"
},
"author": "Jean Viscogliosi-Pate <metamorpov@viscogliosi-pate.com> (https://viscogliosi-pate.com)",
2025-08-03 12:48:22 -04:00
"license": "GPL-3.0-or-later",
"dependencies": {
2025-08-03 12:48:22 -04:00
"english-verbs-gerunds": "^3.4.0",
"english-verbs-helper": "^3.4.0",
"english-verbs-irregular": "^3.4.0",
"indefinite": "^2.5.1"
}
}