UNPKG

tcomb-json-schema

Version:

Transforms a JSON Schema to a tcomb type

37 lines (36 loc) 1.02 kB
{ "name": "tcomb-json-schema", "version": "0.3.2", "description": "Transforms a JSON Schema to a tcomb type", "main": "index.js", "files": ["index.js", "util.js"], "scripts": { "lint": "eslint index.js", "test": "npm run prettier && npm run lint && mocha", "prettier": "prettier --single-quote --print-width 81 --write index.js util.js" }, "repository": { "type": "git", "url": "https://github.com/gcanti/tcomb-json-schema.git" }, "author": "Giulio Canti <giulio.canti@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gcanti/tcomb-json-schema/issues" }, "homepage": "https://github.com/gcanti/tcomb-json-schema", "dependencies": { "fcomb": "^0.1.0", "tcomb": "^3.0.0" }, "devDependencies": { "eslint": "^4.7.2", "eslint-config-prettier": "^2.6.0", "eslint-plugin-prettier": "^2.3.1", "mocha": "2.4.5", "prettier": "^1.7.0" }, "tags": ["tcomb", "JSON Schema"], "keywords": ["tcomb", "JSON Schema"] }