diff --git a/packages/notion-to-utils/package.json b/packages/notion-to-utils/package.json index f24af87..6f712f3 100644 --- a/packages/notion-to-utils/package.json +++ b/packages/notion-to-utils/package.json @@ -1,7 +1,7 @@ { "name": "notion-to-utils", "version": "0.4.21", - "description": "", + "description": "Notion to JSX utils", "private": false, "repository": { "type": "git", @@ -28,11 +28,16 @@ "sideEffects": false, "scripts": { "dev": "tsup --watch", + "build": "tsup", "test": "vitest run", - "test:watch": "vitest --watch", - "build": "tsup" + "test:watch": "vitest --watch" }, - "keywords": [], + "keywords": [ + "notion", + "jsx", + "react", + "renderer" + ], "author": "Jinsoo Lee", "license": "MIT", "devDependencies": {