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
23 lines
475 B
JSON
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"
|
|
}
|
|
}
|