-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 937 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@answerai/daisy-monorepo",
"version": "0.1.0",
"description": "D.A.I.S.Y. - Document Automation and Intelligent System. A helpful bot that documents your code for you. It allows you to save it into memory and chat with it using AnswerAI",
"main": "index.js",
"scripts": {
"build": "turbo build",
"daisy": "./packages/cli/bin/daisy",
"dev": "turbo dev",
"release": "pnpm build && changeset publish",
"test": "turbo test",
"version-packages": "changeset version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Answers-AI/daisy.git"
},
"author": "Brad Taylor brad@theanswer.ai",
"license": "ISC",
"bugs": {
"url": "https://github.com/Answers-AI/daisy/issues"
},
"homepage": "https://github.com/Answers-AI/daisy#readme",
"dependencies": {
"@changesets/cli": "^2.26.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"turbo": "^1.10.7"
}
}