blob: f5fbb2322e2365b5409c113ef5743accd9850992 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "sb1-actual",
"version": "0.1.0",
"type": "module",
"bin": {
"sb1-actual": "./src/index.ts"
},
"scripts": {
"start": "tsx src/index.ts"
},
"dependencies": {
"@actual-app/api": "^26.3.0",
"@anthropic-ai/sdk": "^0.78.0",
"@clack/prompts": "^1.1.0",
"temporal-polyfill": "^0.3.0"
},
"private": true,
"devDependencies": {
"@types/node": "^22",
"tsx": "^4",
"typescript": "^5"
}
}
|