parse-json-object
Version:
Parse a typed JSON object
61 lines (60 loc) • 1.36 kB
JSON
{
"name": "parse-json-object",
"version": "3.0.1",
"description": "Parse a typed JSON object",
"license": "MIT",
"private": false,
"author": "Connor White",
"contributors": [
"Connor White"
],
"homepage": "https://connorwhite.dev/github/parse-json-object",
"repository": {
"type": "git",
"url": "git+https://github.com/bconnorwhite/parse-json-object.git"
},
"bugs": "https://github.com/bconnorwhite/parse-json-object/issues",
"keywords": [
"safe",
"json",
"parse",
"typed",
"object"
],
"type": "module",
"main": ".auto/build/index.js",
"exports": "./.auto/build/index.js",
"types": ".auto/build/index.d.ts",
"files": [
".auto/build/**/!(tsconfig.tsbuildinfo)"
],
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "auto build",
"dev": "auto dev",
"lint": "auto lint",
"prepack": "yarn build",
"release": "auto release",
"test": "auto test",
"typecheck": "auto typecheck"
},
"dependencies": {
"is-zod": "^1.0.0",
"types-json": "^4.0.1"
},
"devDependencies": {
"autorepo": "^0.1.9",
"zod": "^3.20.2"
},
"eslintConfig": {
"extends": "@autosoft/eslint-config"
},
"jest": {
"preset": "@autosoft/jest-preset"
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-auto"
}
}