postiz/apps/sdk/package.json

23 lines
421 B
JSON

{
"name": "@postiz/node",
"version": "1.0.4",
"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": [
"your",
"keywords"
],
"author": "Your Name",
"license": "AGPL-3.0",
"dependencies": {
"form-data": "4.0.3"
}
}