UNPKG

cast-with-schema

Version:

Casting JS objects to correct types using JSON schemas

47 lines (46 loc) 1.1 kB
{ "name": "cast-with-schema", "version": "1.5.0", "description": "Casting JS objects to correct types using JSON schemas", "main": "lib/index.js", "scripts": { "test": "jest", "lint": "eslint .", "precommit": "npm run lint", "changelog": "github-changes -o Ajaxy -r cast-with-schema --no-merges" }, "repository": { "type": "git", "url": "git+https://github.com/Ajaxy/cast-with-schema.git" }, "keywords": [ "types", "casting", "json", "schema", "api", "rest", "openapi", "swagger", "specification", "documentation" ], "author": "Alexander Zinchuk (alexander@zinchuk.com)", "license": "MIT", "bugs": { "url": "https://github.com/Ajaxy/cast-with-schema/issues" }, "homepage": "https://github.com/Ajaxy/cast-with-schema#readme", "devDependencies": { "eslint": "^7.30.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "github-changes": "^2.0.2", "jest": "^27.0.6" }, "directories": { "lib": "lib", "test": "tests" }, "dependencies": {} }