-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 905 Bytes
/
package.json
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
{
"name": "@markwylde/aitk",
"private": false,
"version": "1.8.1",
"bin": {
"aitk": "bin/index.ts"
},
"type": "module",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"src"
],
"keywords": [],
"author": {
"email": "[email protected]",
"name": "Mark Wylde",
"url": "https://markwylde.com"
},
"license": "MIT",
"description": "A set of utilities for working with ai tools",
"dependencies": {
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"clipboardy": "^4.0.0",
"diff": "^7.0.0",
"dotenv": "^16.4.5",
"ignore": "^6.0.2",
"inquirer": "^11.1.0",
"jsonrepair": "^3.8.1",
"minimist": "^1.2.8",
"open": "^10.1.0",
"ora": "^8.1.0",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/node": "^22.7.4",
"tsx": "^4.19.1"
}
}