File size: 475 Bytes
57aa51e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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"
  }
}