UNPKG

@talend/json-schema-form-core

Version:

JSON-Schema and JSON-UI-Schema utilities for form generation.

70 lines (69 loc) 2.05 kB
{ "name": "@talend/json-schema-form-core", "version": "1.4.4", "description": "JSON-Schema and JSON-UI-Schema utilities for form generation.", "main": "dist/index.js", "module": "./lib-esm/index.js", "exports": { ".": { "import": "./lib-esm/index.js", "require": "./dist/index.js" } }, "scripts": { "build:lib": "rimraf dist && talend-scripts build --umd", "build:lib:esm": "talend-scripts build --esm", "watch": "webpack --watch", "dist-untested": "webpack --config webpack.config.dist.js", "test:cov": "npm run test", "test": "talend-scripts test" }, "author": "json-schema-form", "contributors": [ "David Jensen <david.lgj@gmail.com> (https://github.com/davidlgj)", "Marcel J Bennett <iamanthropic@gmail.com> (https://github.com/Anthropic)" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/json-schema-form/json-schema-form-core/master/LICENSE" } ], "homepage": "https://github.com/json-schema-form/json-schema-form-core#readme", "bugs": { "url": "https://github.com/json-schema-form/json-schema-form-core/issues" }, "repository": { "type": "git", "url": "http://github.com/json-schema-form/json-schema-form-core.git" }, "keywords": [ "angular-schema-form", "json-schema-form-core", "json-schema-form", "json-ui-schema", "json-schema" ], "devDependencies": { "@talend/babel-plugin-assets-api": "^1.4.2", "@talend/babel-plugin-import-from-index": "^1.8.2", "@talend/eslint-config": "^13.2.4", "@talend/eslint-plugin": "^1.3.2", "@talend/scripts-config-react-webpack": "^16.8.5", "@talend/scripts-config-typescript": "^11.3.2", "@talend/scripts-core": "^16.5.4", "@types/chai": "^3.5.2", "@types/node": "^6.14.13", "rimraf": "^5.0.10", "webpack": "^5.99.9" }, "dependencies": { "json-refs": "3.0.15", "objectpath": "^1.2.2", "tv4": "^1.3.0" }, "publishConfig": { "access": "public" } }