|
1 | 1 | { |
2 | | - "name": "notion-blocks-react-renderer", |
3 | | - "version": "1.3.7", |
4 | | - "description": "React Renderer for @notionhq/client blocks", |
5 | | - "main": "dist/index.js", |
6 | | - "repository": { |
7 | | - "type": "git", |
8 | | - "url": "https://github.com/piotrzaborow/notion-blocks-react-renderer.git" |
9 | | - }, |
10 | | - "keywords": [ |
11 | | - "notion", |
12 | | - "notion react renderer", |
13 | | - "notion blocks" |
14 | | - ], |
15 | | - "scripts": { |
16 | | - "commit": "cz", |
17 | | - "build": "tsc --module commonjs" |
18 | | - }, |
19 | | - "author": "Piotr Zaborowski <piotrzaborow@gmail.com>", |
20 | | - "license": "ISC", |
21 | | - "peerDependecies": { |
22 | | - "react": "^17.0.2" |
23 | | - }, |
24 | | - "dependencies": { |
25 | | - "react": "^17.0.2" |
26 | | - }, |
27 | | - "devDependencies": { |
28 | | - "@semantic-release/changelog": "^6.0.0", |
29 | | - "@semantic-release/git": "^10.0.0", |
30 | | - "@types/react": "^17.0.32", |
31 | | - "commitizen": "^4.2.4", |
32 | | - "cz-conventional-changelog": "^3.3.0", |
33 | | - "typescript": "^4.4.4" |
34 | | - }, |
35 | | - "publishConfig": { |
36 | | - "registry": "https://registry.npmjs.org/" |
37 | | - }, |
38 | | - "release": { |
39 | | - "branches": [ |
40 | | - "main" |
41 | | - ], |
42 | | - "plugins": [ |
43 | | - "@semantic-release/commit-analyzer", |
44 | | - "@semantic-release/release-notes-generator", |
45 | | - "@semantic-release/changelog", |
46 | | - "@semantic-release/npm", |
47 | | - "@semantic-release/git", |
48 | | - [ |
49 | | - "@semantic-release/github", |
50 | | - { |
51 | | - "message": "Release <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>" |
52 | | - } |
53 | | - ] |
54 | | - ] |
55 | | - }, |
56 | | - "config": { |
57 | | - "commitizen": { |
58 | | - "path": "./node_modules/cz-conventional-changelog" |
59 | | - } |
60 | | - } |
| 2 | + "name": "notion-blocks-react-renderer", |
| 3 | + "version": "1.3.7", |
| 4 | + "description": "React Renderer for @notionhq/client blocks", |
| 5 | + "main": "dist/index.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/piotrzaborow/notion-blocks-react-renderer.git" |
| 9 | + }, |
| 10 | + "keywords": ["notion", "notion react renderer", "notion blocks"], |
| 11 | + "scripts": { |
| 12 | + "commit": "cz", |
| 13 | + "build": "tsc --module commonjs" |
| 14 | + }, |
| 15 | + "author": "Piotr Zaborowski <piotrzaborow@gmail.com>", |
| 16 | + "license": "ISC", |
| 17 | + "peerDependecies": { |
| 18 | + "react": "^17.0.2" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "react": "^17.0.2" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "@semantic-release/changelog": "^6.0.1", |
| 25 | + "@semantic-release/git": "^10.0.1", |
| 26 | + "@types/react": "^17.0.39", |
| 27 | + "commitizen": "^4.2.4", |
| 28 | + "cz-conventional-changelog": "^3.3.0", |
| 29 | + "typescript": "^4.5.5" |
| 30 | + }, |
| 31 | + "publishConfig": { |
| 32 | + "registry": "https://registry.npmjs.org/" |
| 33 | + }, |
| 34 | + "release": { |
| 35 | + "branches": ["main"], |
| 36 | + "plugins": [ |
| 37 | + "@semantic-release/commit-analyzer", |
| 38 | + "@semantic-release/release-notes-generator", |
| 39 | + "@semantic-release/changelog", |
| 40 | + "@semantic-release/npm", |
| 41 | + "@semantic-release/git", |
| 42 | + [ |
| 43 | + "@semantic-release/github", |
| 44 | + { |
| 45 | + "message": "Release <%= nextRelease.version %> - <%= new Date().toLocaleDateString('en-US', {year: 'numeric', month: 'short', day: 'numeric', hour: 'numeric', minute: 'numeric' }) %> [skip ci]\n\n<%= nextRelease.notes %>" |
| 46 | + } |
| 47 | + ] |
| 48 | + ] |
| 49 | + }, |
| 50 | + "config": { |
| 51 | + "commitizen": { |
| 52 | + "path": "./node_modules/cz-conventional-changelog" |
| 53 | + } |
| 54 | + } |
61 | 55 | } |
0 commit comments