|
2 | 2 | "name": "react-simple-typewriter", |
3 | 3 | "version": "4.0.1", |
4 | 4 | "description": "A simple react component for adding a nice typewriter effect to your project.", |
5 | | - "author": "awran5 <[email protected]>", |
| 5 | + "author": { |
| 6 | + "name": "awran5", |
| 7 | + |
| 8 | + }, |
6 | 9 | "license": "MIT", |
7 | | - "repository": "https://github.com/awran5/react-simple-typewriter", |
8 | | - "bugs": "https://github.com/awran5/react-simple-typewriter/issues", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/awran5/react-simple-typewriter.git" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/awran5/react-simple-typewriter/issues" |
| 16 | + }, |
9 | 17 | "homepage": "https://react-simple-typewriter.vercel.app/", |
10 | 18 | "main": "dist/index.js", |
11 | 19 | "module": "dist/index.js", |
|
22 | 30 | "prepublishOnly": "git push && git push --tags && gh-release", |
23 | 31 | "storybook": "start-storybook -p 6006", |
24 | 32 | "publish": "npm publish", |
25 | | - "build-storybook": "build-storybook" |
| 33 | + "build-storybook": "build-storybook", |
| 34 | + "chromatic": "npx chromatic --project-token=9b3e59816589" |
26 | 35 | }, |
27 | 36 | "peerDependencies": { |
28 | 37 | "react": "^18.2.0", |
|
48 | 57 | "auto-changelog": "^2.4.0", |
49 | 58 | "autoprefixer": "^10.4.8", |
50 | 59 | "babel-loader": "^8.2.5", |
| 60 | + "chromatic": "^6.9.0", |
51 | 61 | "gh-pages": "^4.0.0", |
52 | 62 | "gh-release": "^6.0.4", |
53 | 63 | "postcss": "^8.4.16", |
|
85 | 95 | "react": "^18.2.0", |
86 | 96 | "react-dom": "^18.2.0", |
87 | 97 | "react-scripts": "^5.0.1" |
88 | | - } |
| 98 | + }, |
| 99 | + "readme": "ERROR: No README data found!", |
| 100 | + |
89 | 101 | } |
0 commit comments