@bernierllc/content-type-blog-post
Version:
Blog post content type with rich TipTap editor, SEO metadata, database storage, and web publishing
69 lines • 1.83 kB
JSON
{
"name": "@bernierllc/content-type-blog-post",
"version": "1.0.2",
"description": "Blog post content type with rich TipTap editor, SEO metadata, database storage, and web publishing",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"blog",
"content",
"tiptap",
"seo",
"cms",
"content-type",
"wysiwyg",
"database",
"publishing"
],
"author": "Bernier LLC",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@bernierllc/content-type-registry": "^1.0.3",
"@bernierllc/content-type-text": "^1.0.1",
"zod": "^3.22.0",
"@tiptap/core": "^2.1.0",
"@tiptap/starter-kit": "^2.1.0",
"@tiptap/extension-link": "^2.1.0",
"@tiptap/extension-image": "^2.1.0",
"@tiptap/extension-code-block-lowlight": "^2.1.0",
"@tiptap/extension-table": "^2.1.0",
"@tiptap/extension-table-row": "^2.1.0",
"@tiptap/extension-table-cell": "^2.1.0",
"@tiptap/extension-table-header": "^2.1.0",
"lowlight": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/pg": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0",
"pg": "^8.11.0"
},
"peerDependencies": {
"pg": "^8.11.0"
},
"publishConfig": {
"access": "public"
},
"bernierllc": {
"integration": {
"neverhub": "planned",
"neveradmin": "not-applicable",
"logger": "planned"
}
},
"scripts": {
"build": "tsc",
"test": "jest",
"test:run": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"clean": "rm -rf dist"
}
}