Files
GibSend/packages/sdk/package.json
T
2026-01-18 22:08:26 +11:00

37 lines
1.0 KiB
JSON

{
"name": "usesend-js",
"version": "1.6.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/usesend/useSend"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --max-warnings 0",
"build": "tsup",
"publish-sdk": "pnpm run build && npm publish --access public --no-git-checks",
"openapi-typegen": "openapi-typescript ../../apps/docs/api-reference/openapi.json -o types/schema.d.ts"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.2",
"@types/react": "^19.1.2",
"@usesend/eslint-config": "workspace:*",
"@usesend/lib": "workspace:*",
"@usesend/typescript-config": "workspace:*",
"openapi-typescript": "^7.6.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@react-email/render": "^1.0.6",
"react": "^19.1.0"
}
}