|
1 | 1 | { |
2 | | - "name": "adminforth-inline-create", |
3 | | - "version": "1.0.2", |
| 2 | + "name": "@adminforth/inline-create", |
| 3 | + "version": "1.0.0", |
4 | 4 | "main": "dist/index.js", |
5 | 5 | "types": "dist/index.d.ts", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | | - "build": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch" |
| 8 | + "prepare": "npm link adminforth", |
| 9 | + "build": "tsc && rsync -av --exclude 'node_modules' custom dist/" |
9 | 10 | }, |
10 | | - "keywords": [], |
11 | | - "author": "", |
12 | | - "license": "ISC", |
13 | | - "description": "", |
14 | | - "devDependencies": { |
15 | | - "@types/node": "latest", |
16 | | - "typescript": "^5.7.3" |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/devforth/adminforth-inline-create.git" |
17 | 14 | }, |
| 15 | + "keywords": ["adminforth", "inline create"], |
| 16 | + "author": "devforth", |
| 17 | + "license": "MIT", |
| 18 | + "description": "Inline create plugin for adminforth", |
18 | 19 | "dependencies": { |
19 | 20 | "adminforth": "latest" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@types/node": "^22.10.7", |
| 24 | + "semantic-release": "^24.2.1", |
| 25 | + "semantic-release-slack-bot": "^4.0.2", |
| 26 | + "typescript": "^5.7.3" |
| 27 | + }, |
| 28 | + "release": { |
| 29 | + "plugins": [ |
| 30 | + "@semantic-release/commit-analyzer", |
| 31 | + "@semantic-release/release-notes-generator", |
| 32 | + "@semantic-release/npm", |
| 33 | + "@semantic-release/github", |
| 34 | + [ |
| 35 | + "semantic-release-slack-bot", |
| 36 | + { |
| 37 | + "notifyOnSuccess": true, |
| 38 | + "notifyOnFail": true, |
| 39 | + "slackIcon": ":package:", |
| 40 | + "markdownReleaseNotes": true |
| 41 | + } |
| 42 | + ] |
| 43 | + ], |
| 44 | + "branches": [ |
| 45 | + "main", |
| 46 | + { |
| 47 | + "name": "next", |
| 48 | + "prerelease": true |
| 49 | + } |
| 50 | + ] |
20 | 51 | } |
21 | 52 | } |
0 commit comments