38 lines
718 B
JSON
38 lines
718 B
JSON
{
|
|
"name": "payload-plugin-search",
|
|
"version": "0.0.1",
|
|
"description": "Search 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",
|
|
"search",
|
|
"algolia"
|
|
],
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"ts-deepmerge": "^2.0.1"
|
|
}
|
|
}
|