package.json: add touhou namegen
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
6fe1818ec9
commit
59ab305e1e
6
package-lock.json
generated
6
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user