use gitea npm package for plottoriffic
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
495b044fc2
commit
f4f9109519
26
package-lock.json
generated
26
package-lock.json
generated
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "@xeserv/automuse",
|
"name": "@ebooks/automuse",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@xeserv/automuse",
|
"name": "@ebooks/automuse",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ebooks/plottoriffic": "^2.2.0",
|
||||||
"@kotofurumiya/th-namegen": "^1.1.3",
|
"@kotofurumiya/th-namegen": "^1.1.3",
|
||||||
"@xeserv/plottoriffic": "^2.2.0",
|
|
||||||
"commander": "^10.0.0",
|
"commander": "^10.0.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"execa": "^7.1.1",
|
"execa": "^7.1.1",
|
||||||
@ -122,6 +122,15 @@
|
|||||||
"node": ">=4"
|
"node": ">=4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@ebooks/plottoriffic": {
|
||||||
|
"version": "2.2.0",
|
||||||
|
"resolved": "https://tulpa.dev/api/packages/ebooks/npm/%40ebooks%2Fplottoriffic/-/2.2.0/plottoriffic-2.2.0.tgz",
|
||||||
|
"integrity": "sha512-33vOQX+QZL3Nk6SHYpn+k21oWbY1DvGin4e+NXHumt7vxJojGIpgNYSawDxX6gk8A7bfOTi8LXPXYTdJejGREg==",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"dependencies": {
|
||||||
|
"seedrandom": "^2.4.3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@kotofurumiya/th-namegen": {
|
"node_modules/@kotofurumiya/th-namegen": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/@kotofurumiya/th-namegen/-/th-namegen-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@kotofurumiya/th-namegen/-/th-namegen-1.1.3.tgz",
|
||||||
@ -138,17 +147,6 @@
|
|||||||
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
|
||||||
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
|
"integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw=="
|
||||||
},
|
},
|
||||||
"node_modules/@xeserv/plottoriffic": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@xeserv/plottoriffic/-/plottoriffic-2.2.0.tgz",
|
|
||||||
"integrity": "sha512-/T9IHZVYsdEwQx4m2RJbf1vgnO8N9wGFJ43MQRizfBO0YcUd2gkySVxfJ/mCmZkagdDCfhfXYfQTvJCaBfTwgA==",
|
|
||||||
"dependencies": {
|
|
||||||
"seedrandom": "^2.4.3"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=6.9.5"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/aggregate-error": {
|
"node_modules/aggregate-error": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@xeserv/automuse",
|
"name": "@ebooks/automuse",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Xe's automatic novel generation muse using Plotto and ChatGPT",
|
"description": "Xe's automatic novel generation muse using Plotto and ChatGPT",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -28,8 +28,8 @@
|
|||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@ebooks/plottoriffic": "^2.2.0",
|
||||||
"@kotofurumiya/th-namegen": "^1.1.3",
|
"@kotofurumiya/th-namegen": "^1.1.3",
|
||||||
"@xeserv/plottoriffic": "^2.2.0",
|
|
||||||
"commander": "^10.0.0",
|
"commander": "^10.0.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"execa": "^7.1.1",
|
"execa": "^7.1.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user