23 lines
714 B
JSON
23 lines
714 B
JSON
{
|
|
"name": "metamorpov",
|
|
"title": "MetamorPOV",
|
|
"version": "1.0.0",
|
|
"description": "Enables customization of reader-insert stories by translating text hooks such as Y/n, pov/s, and vrb/present/do/.",
|
|
"main": "metamorpov.js",
|
|
"scripts": {
|
|
"test": "node metamorpov-test.js"
|
|
},
|
|
"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)",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"english-verbs-gerunds": "^3.4.0",
|
|
"english-verbs-helper": "^3.4.0",
|
|
"english-verbs-irregular": "^3.4.0",
|
|
"indefinite": "^2.5.1"
|
|
}
|
|
}
|