29 lines
513 B
JSON
29 lines
513 B
JSON
{
|
|
"name": "payload-plugin-form-builder",
|
|
"version": "1.0.0",
|
|
"description": "Form builder plugin for Payload CMS",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"payload",
|
|
"cms",
|
|
"plugin",
|
|
"typescript",
|
|
"react",
|
|
"forms",
|
|
"fields",
|
|
"form builder",
|
|
"payments"
|
|
],
|
|
"author": "dev@trbl.design",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"payload": "^0.14.0"
|
|
},
|
|
"files": [
|
|
"src"
|
|
]
|
|
}
|