-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 915 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 915 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "daab",
"version": "0.7.0",
"description": "daab (direct agent assist bot) commandline interface",
"main": "lib/daab.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lisb/daab.git"
},
"keywords": [
"direct",
"daab"
],
"author": "L is B corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/lisb/daab/issues"
},
"homepage": "https://github.com/lisb/daab",
"bin": {
"daab": "lib/daab.js"
},
"engines": {
"node": ">=14"
},
"files": [
"lib",
"template"
],
"dependencies": {
"@npmcli/arborist": "^4.0.4",
"commander": "^2.8.1",
"direct-js": "^1.111.6",
"dotenv": "^4.0.0",
"inquirer": "^7.0.4",
"mem-fs-editor": "^9.3.0",
"read": "^1.0.7",
"rimraf": "^2.6.2",
"yeoman-environment": "^3.6.0"
}
}