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