|
3 | 3 | "version": "0.2.8",
|
4 | 4 | "description": "A File Browser component for React",
|
5 | 5 | "license": "MIT",
|
| 6 | + "homepage": "https://chonky.io/", |
| 7 | + "author": { |
| 8 | + "name": "Timur Kuzhagaliyev", |
| 9 | + "email": "tim.kuzh@gmail.com", |
| 10 | + "url": "https://foxypanda.me/" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/TimboKZ/Chonky.git" |
| 15 | + }, |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/TimboKZ/Chonky/issues" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "file", |
| 21 | + "chonky", |
| 22 | + "file-dialog", |
| 23 | + "file-browser", |
| 24 | + "react-component" |
| 25 | + ], |
6 | 26 | "main": "dist/index.js",
|
7 | 27 | "types": "dist/index.d.ts",
|
8 | 28 | "files": [
|
|
20 | 40 | "size": "size-limit",
|
21 | 41 | "analyze": "size-limit --why",
|
22 | 42 | "format": "prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore . --write",
|
23 |
| - "format-check": "prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore --check ." |
| 43 | + "format-check": "prettier --config ../../.prettierrc.js --ignore-path ../../.prettierignore --check .", |
| 44 | + "release:version": "npm version patch -m \"release: v%s\" --no-git-tag-version", |
| 45 | + "release:version:minor": "npm version minor -m \"release: v%s\" --no-git-tag-version", |
| 46 | + "release:commit": "git reset && git add package.json && git commit -s -m \"release: v$npm_package_version\" && git tag v$npm_package_version", |
| 47 | + "release:publish": "git push && git push --tags && npm run build && npm publish", |
| 48 | + "release": "npm run release:version && npm run release:commit", |
| 49 | + "release:minor": "npm run release:version:minor && npm run release:commit" |
24 | 50 | },
|
25 | 51 | "peerDependencies": {
|
26 | 52 | "react": ">=16"
|
|
98 | 124 | "redux-watch": "^1.2.0",
|
99 | 125 | "shortid": "^2.2.16",
|
100 | 126 | "tsdef": "^0.0.14"
|
101 |
| - }, |
102 |
| - "homepage": "https://chonky.io/", |
103 |
| - "author": { |
104 |
| - "name": "Timur Kuzhagaliyev", |
105 |
| - "email": "tim.kuzh@gmail.com", |
106 |
| - "url": "https://foxypanda.me/" |
107 |
| - }, |
108 |
| - "repository": { |
109 |
| - "type": "git", |
110 |
| - "url": "git+https://github.com/TimboKZ/Chonky.git" |
111 |
| - }, |
112 |
| - "bugs": { |
113 |
| - "url": "https://github.com/TimboKZ/Chonky/issues" |
114 |
| - }, |
115 |
| - "keywords": [ |
116 |
| - "file", |
117 |
| - "chonky", |
118 |
| - "file-dialog", |
119 |
| - "file-browser", |
120 |
| - "react-component" |
121 |
| - ] |
| 127 | + } |
122 | 128 | }
|
0 commit comments