You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "@inkeon/core",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"node": "./dist/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"node": "./dist/index.cjs",
|
|
"default": "./dist/index.cjs"
|
|
},
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild --config build/build.config.prod.ts",
|
|
"dev": "unbuild --config build/build.config.dev.ts --watch",
|
|
"build:stub": "unbuild --config build/build.config.prod.ts --stub"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.mjs",
|
|
"dist"
|
|
],
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tiptap/core": "^2.10.4",
|
|
"@tiptap/extension-character-count": "^2.10.4",
|
|
"@tiptap/extension-image": "^2.10.4",
|
|
"@tiptap/pm": "^2.10.4",
|
|
"@tiptap/starter-kit": "^2.10.4"
|
|
}
|
|
}
|