Files
GibSend/packages/sdk/package.json
2025-09-03 08:21:55 +10:00

31 lines
935 B
JSON

{
"name": "usesend-js",
"version": "1.5.2",
"description": "",
"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": "rm -rf dist && tsup index.ts --format esm,cjs --dts",
"publish-sdk": "pnpm run build && pnpm publish --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/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"
}
}