* implement toc * added to projects * fixes and adapt for references * added product frontmatter * remove action menu from 404 pages
50 lines
986 B
JSON
50 lines
986 B
JSON
{
|
|
"name": "remark-rehype-plugins",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"module": "./dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn clean && tsc",
|
|
"clean": "rimraf dist",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"@cloudinary/url-gen": "^1.17.0",
|
|
"docs-utils": "*",
|
|
"slugify": "^1.6.6",
|
|
"unified": "^11.0.4",
|
|
"unist-builder": "3.0.0",
|
|
"unist-util-visit": "4.1.2",
|
|
"vfile-matter": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.20",
|
|
"rimraf": "^5.0.5",
|
|
"tsconfig": "*",
|
|
"types": "*",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
}
|
|
}
|