44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@ebooks/automuse",
|
|
"version": "0.0.1",
|
|
"description": "Xe's automatic novel generation muse using Plotto and ChatGPT",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc && node dist/index.js",
|
|
"test": "mocha",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Xe/automuse.git"
|
|
},
|
|
"type": "module",
|
|
"author": "Xe Iaso <me@xeiaso.net>",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/Xe/automuse/issues"
|
|
},
|
|
"homepage": "https://github.com/Xe/automuse#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.11",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.1",
|
|
"mocha": "^10.2.0",
|
|
"prettier": "2.8.7",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@ebooks/plottoriffic": "^2.2.0",
|
|
"@kotofurumiya/th-namegen": "^1.1.3",
|
|
"commander": "^10.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"openai": "^3.2.1",
|
|
"read-pkg": "^8.0.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.+(js|ts|json)": "prettier --write --ignore-unknown"
|
|
}
|
|
}
|