postiz-app/apps/sdk/package.json
Nevo David d504fac08d
Some checks failed
Build Containers / build-containers-common (push) Has been cancelled
Build / build (20.17.0) (push) Has been cancelled
Build Containers / build-containers (amd64, ubuntu-latest) (push) Has been cancelled
Build Containers / build-containers (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Build Containers / build-container-manifest (push) Has been cancelled
feat: remove view, update package json for sdk build
2025-07-27 13:09:33 +07:00

23 lines
475 B
JSON

{
"name": "@postiz/node",
"version": "1.0.8",
"description": "The ultimate social media scheduling tool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"publish": "tsup && pnpm publish --access public"
},
"files": [
"dist"
],
"keywords": [
"social media",
"scheduling tool",
"social media scheduling tool"
],
"author": "Nevo David",
"license": "AGPL-3.0",
"dependencies": {
"node-fetch": "^3.3.2"
}
}