main
1{
2 "name": "org-todos",
3 "version": "1.0.0",
4 "type": "module",
5 "scripts": {
6 "test": "bun test index.test.ts"
7 },
8 "dependencies": {
9 "chrono-node": "^2.7.0"
10 },
11 "devDependencies": {
12 "@mariozechner/pi-coding-agent": "*",
13 "bun-types": "^1.0.0"
14 }
15}