-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "auto-author",
"version": "1.0.0",
"description": "**Auto Author** is an AI-powered application designed to help users write long-form non-fiction books. It streamlines the writing process by guiding users from concept to draft using a unique combination of interactive interviews, voice/text input, and generative AI.",
"main": "ecosystem.config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "bash scripts/test-all.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankbria/auto-author.git"
},
"author": "Frank Bria",
"license": "MIT",
"bugs": {
"url": "https://github.com/frankbria/auto-author/issues"
},
"homepage": "https://github.com/frankbria/auto-author#readme"
}