36 lines
698 B
JSON
36 lines
698 B
JSON
{
|
|
"name": "payload-plugin-breadrumbs",
|
|
"version": "0.0.1",
|
|
"description": "Breadcrumbs plugin for Payload CMS",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"payload",
|
|
"cms",
|
|
"plugin",
|
|
"typescript",
|
|
"react",
|
|
"breadcrumbs",
|
|
"parent pages",
|
|
"nesting"
|
|
],
|
|
"author": "dev@trbl.design",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"payload": "^0.14.24-beta.0",
|
|
"react": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"payload": "^0.14.24-beta.0",
|
|
"react": "^17.0.2",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|