Files
GibSend/packages/sdk/package.json
2024-05-30 20:01:20 +10:00

30 lines
806 B
JSON

{
"name": "unsend",
"version": "0.0.6",
"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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@unsend/eslint-config": "workspace:*",
"@unsend/typescript-config": "workspace:*",
"openapi-typescript": "^6.7.6",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@react-email/render": "^0.0.14",
"react": "^18.3.1"
}
}