33 lines
775 B
JSON
33 lines
775 B
JSON
{
|
|
"name": "aitools",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "cli.js",
|
|
"scripts": {
|
|
"start": "node cli.js",
|
|
"start:ink": "tsx cli-ink.js",
|
|
"test": "node tests/run-all.js",
|
|
"test:patch": "node tests/run-tests.js",
|
|
"test:readfile": "node tests/run-readfile-tests.js",
|
|
"test:listfiles": "node tests/run-listfiles-tests.js",
|
|
"test:ripgrep": "node tests/run-ripgrep-tests.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"chalk": "^5.5.0",
|
|
"dotenv": "^17.2.1",
|
|
"exa-js": "^1.8.27",
|
|
"ink": "^6.1.0",
|
|
"ink-text-input": "^6.0.0",
|
|
"node-pty": "^1.0.0",
|
|
"react": "^19.1.1",
|
|
"terminal-kit": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.4"
|
|
}
|
|
}
|