@roqueform/ref-plugin
Version:
Associates Roqueform fields with DOM elements.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "@roqueform/ref-plugin",
"version": "5.0.0",
"description": "Associates Roqueform fields with DOM elements.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"lib"
],
"scripts": {
"build": "rollup --config ../../rollup.config.js",
"clean": "rimraf lib",
"test": "jest --config ../../jest.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smikhalevski/roqueform.git"
},
"keywords": [
"roqueform",
"form",
"field",
"plugin",
"dom",
"ref"
],
"author": "Savva Mikhalevski <smikhalevski@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smikhalevski/roqueform/issues"
},
"homepage": "https://github.com/smikhalevski/roqueform/tree/master/packages/ref-plugin#readme",
"peerDependencies": {
"roqueform": "^5.0.0"
}
}