@react-formless/core
Version:
Data-driven react forms library written in typescript
39 lines (38 loc) • 952 B
JSON
{
"name": "@react-formless/core",
"version": "1.14.0",
"description": "Data-driven react forms library written in typescript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "../../node_modules/.bin/jest -c $(pwd)/jest.config.js --rootDir ."
},
"dependencies": {
"@react-formless/utils": "^1.13.1"
},
"keywords": [
"react",
"forms",
"data-driven",
"typescript",
"typed",
"custom"
],
"author": "Grzegorz Moskal",
"license": "MIT",
"homepage": "https://github.com/gmoskal/react-formless/tree/master/packages/core/README.md",
"repository": "https://github.com/gmoskal/react-formless/tree/master/packages/core",
"bugs": {
"url": "https://github.com/gmoskal/react-formless/issues"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"gitHead": "f2b2d1cec370999964c6c3b4946dbbb380d254c0"
}