actual-imap-poll/package.json
Keenan Tims 0b13bb3692
initial commit
Signed-off-by: Keenan Tims <ktims@gotroot.ca>
2025-04-24 00:33:20 -07:00

21 lines
381 B
JSON

{
"name": "actual-cli-push",
"version": "1.0.0",
"bin": {
"actual-cli-push": "./cli.js"
},
"description": "",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@actual-app/api": "^25.4.0",
"yargs": "^17.7.2"
}
}