postiz-app/apps/cli/package.json
2026-02-14 11:42:56 +07:00

40 lines
885 B
JSON

{
"name": "postiz",
"version": "2.0.5",
"description": "Postiz CLI - Command line interface for the Postiz social media scheduling API",
"main": "dist/index.js",
"bin": {
"postiz": "./dist/index.js"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"start": "node ./dist/index.js",
"publish": "tsup && pnpm publish --access public --no-git-checks"
},
"files": [
"dist",
"README.md",
"SKILL.md"
],
"keywords": [
"postiz",
"cli",
"social media",
"scheduling",
"automation",
"ai-agent",
"command-line"
],
"author": "Nevo David",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/gitroomhq/postiz-app.git",
"directory": "apps/cli"
},
"homepage": "https://postiz.com",
"bugs": {
"url": "https://github.com/gitroomhq/postiz-app/issues"
}
}