release 0.3.4
This commit is contained in:
16
package.json
16
package.json
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"name": "inke",
|
||||
"private": true,
|
||||
"name": "inkejs",
|
||||
"version": "0.1.0",
|
||||
"author": "yesmore",
|
||||
"description": "A Notion-style WYSIWYG editor with AI-powered autocompletions. Built with Tiptap, OpenAI, and Vercel AI SDK.",
|
||||
"keywords": [
|
||||
"editor",
|
||||
"markdown",
|
||||
"openai",
|
||||
"ai"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yesmore/inke"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
"dev": "turbo dev",
|
||||
|
Reference in New Issue
Block a user