|
4 | 4 | "main": "dist/index.js", |
5 | 5 | "types": "dist/index.d.ts", |
6 | 6 | "type": "module", |
| 7 | + "homepage": "https://adminforth.dev/docs/tutorial/Adapters/email-adapter-aws-ses/", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/devforth/adminforth-email-adapter-aws-ses.git" |
| 11 | + }, |
| 12 | + "publishConfig": { |
| 13 | + "access": "public" |
| 14 | + }, |
7 | 15 | "scripts": { |
8 | | - "build": "tsc && npm version patch", |
9 | | - "rollout": "npm run build && npm publish --access public" |
| 16 | + "build": "tsc" |
10 | 17 | }, |
11 | 18 | "keywords": [], |
12 | 19 | "author": "DevForth (https://devforth.io)", |
13 | 20 | "license": "MIT", |
14 | 21 | "description": "", |
15 | 22 | "dependencies": { |
16 | | - "@aws-sdk/client-ses": "^3.654.0", |
17 | | - "typescript": "^5.8.3" |
| 23 | + "@aws-sdk/client-ses": "^3.654.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "semantic-release": "^24.2.1", |
| 27 | + "semantic-release-slack-bot": "^4.0.2", |
| 28 | + "typescript": "^5.9.3" |
| 29 | + }, |
| 30 | + "peerDependencies": { |
| 31 | + "adminforth": "^2.24.0" |
| 32 | + }, |
| 33 | + "release": { |
| 34 | + "plugins": [ |
| 35 | + "@semantic-release/commit-analyzer", |
| 36 | + "@semantic-release/release-notes-generator", |
| 37 | + "@semantic-release/npm", |
| 38 | + "@semantic-release/github", |
| 39 | + [ |
| 40 | + "semantic-release-slack-bot", |
| 41 | + { |
| 42 | + "packageName": "@adminforth/email-adapter-aws-ses", |
| 43 | + "notifyOnSuccess": true, |
| 44 | + "notifyOnFail": true, |
| 45 | + "slackIcon": ":package:", |
| 46 | + "markdownReleaseNotes": true |
| 47 | + } |
| 48 | + ] |
| 49 | + ], |
| 50 | + "branches": [ |
| 51 | + "main", |
| 52 | + { |
| 53 | + "name": "next", |
| 54 | + "prerelease": true |
| 55 | + } |
| 56 | + ] |
18 | 57 | } |
19 | 58 | } |
0 commit comments