package.json: add touhou namegen

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2023-04-12 15:49:10 -04:00
parent 6fe1818ec9
commit 59ab305e1e
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "0.0.1",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@kotofurumiya/th-namegen": "^1.1.3",
"@xeserv/plottoriffic": "^2.2.0",
"dotenv": "^16.0.3",
"openai": "^3.2.1"
@ -22,6 +23,11 @@
"typescript": "^5.0.4"
}
},
"node_modules/@kotofurumiya/th-namegen": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@kotofurumiya/th-namegen/-/th-namegen-1.1.3.tgz",
"integrity": "sha512-xDD7U4XmIh36rYnfvIZIeYohuLV7eVqcM835RZc7Kph49/PAAdMp4PmzaAWgsOdlW4zEQG0Etw7AxkiQx75inw=="
},
"node_modules/@types/node": {
"version": "18.15.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz",

View File

@ -28,6 +28,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@kotofurumiya/th-namegen": "^1.1.3",
"@xeserv/plottoriffic": "^2.2.0",
"dotenv": "^16.0.3",
"openai": "^3.2.1"