31 lines
935 B
JSON
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"
|
|
}
|
|
} |