21 lines
381 B
JSON
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"
|
|
}
|
|
}
|