aboutsummaryrefslogtreecommitdiffstats
path: root/cli/package.json
blob: bdaf9fd6cf1522fbdedcd7a80660baef952adbc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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",
    "@clack/prompts": "^1.1.0",
    "temporal-polyfill": "^0.3.0"
  },
  "private": true,
  "devDependencies": {
    "@types/node": "^22",
    "tsx": "^4",
    "typescript": "^5"
  }
}