19 lines
565 B
JSON
19 lines
565 B
JSON
{
|
|
"name": "metamorpov",
|
|
"title": "MetamorPOV",
|
|
"version": "1.0.0",
|
|
"description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",
|
|
"main": "metamorpov.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Jean Viscogliosi-Pate",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"english-verbs-gerunds": "^3.4.0",
|
|
"english-verbs-helper": "^3.4.0",
|
|
"english-verbs-irregular": "^3.4.0",
|
|
"indefinite": "^2.5.1"
|
|
}
|
|
}
|