We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4ad9e3 + 0ddee65 commit ecce470Copy full SHA for ecce470
packages/notion-to-utils/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "notion-to-utils",
3
"version": "0.4.21",
4
- "description": "",
+ "description": "Notion to JSX utils",
5
"private": false,
6
"repository": {
7
"type": "git",
@@ -28,11 +28,16 @@
28
"sideEffects": false,
29
"scripts": {
30
"dev": "tsup --watch",
31
+ "build": "tsup",
32
"test": "vitest run",
- "test:watch": "vitest --watch",
33
- "build": "tsup"
+ "test:watch": "vitest --watch"
34
},
35
- "keywords": [],
+ "keywords": [
36
+ "notion",
37
+ "jsx",
38
+ "react",
39
+ "renderer"
40
+ ],
41
"author": "Jinsoo Lee",
42
"license": "MIT",
43
"devDependencies": {
0 commit comments