|
1 | 1 | { |
2 | 2 | "name": "@hawtio/ai-plugin", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Hawtio AI plugin", |
5 | 5 | "main": "./build/remoteEntry.js", |
6 | 6 | "license": "Apache-2.0", |
| 7 | + "files": [ |
| 8 | + "build/static/**/*", |
| 9 | + "build/remoteEntry.js" |
| 10 | + ], |
7 | 11 | "scripts": { |
8 | 12 | "start": "webpack serve --mode development", |
9 | 13 | "build": "webpack --mode production", |
10 | 14 | "test": "jest --passWithNoTests", |
11 | 15 | "format:check": "yarn prettier --check .", |
12 | 16 | "format:fix": "yarn prettier --write .", |
13 | | - "replace-version": "replace __PACKAGE_VERSION_PLACEHOLDER__ $npm_package_version ./build/static/js -r --include=\"*.js\"" |
| 17 | + "replace-version": "replace __PACKAGE_VERSION_PLACEHOLDER__ $npm_package_version ./build/static/js -r --include=\"*.js\"", |
| 18 | + "release": "commit-and-tag-version", |
| 19 | + "prepack": "yarn build && yarn replace-version" |
14 | 20 | }, |
15 | 21 | "dependencies": { |
16 | 22 | "@hawtio/react": "^2.0.0", |
|
36 | 42 | "@types/react": "^18.3.23", |
37 | 43 | "@types/react-dom": "^18.3.7", |
38 | 44 | "@types/react-router-dom": "^5.3.3", |
| 45 | + "commit-and-tag-version": "^12.7.1", |
39 | 46 | "copy-webpack-plugin": "^14.0.0", |
40 | 47 | "css-loader": "^7.1.4", |
41 | 48 | "cz-conventional-changelog": "^3.3.0", |
|
0 commit comments