{
	"name": "@prismicio/types-internal",
	"version": "4.2.0",
	"description": "TypeScript types and runtime parsers for Prismic data",
	"keywords": [
		"prismic",
		"typescript"
	],
	"license": "Apache-2.0",
	"author": "Prismic <contact@prismic.io> (https://prismic.io)",
	"repository": {
		"type": "git",
		"url": "ssh://git@github.com/prismicio/prismic-types-internal-next.git"
	},
	"files": [
		"./dist",
		"./src"
	],
	"type": "module",
	"types": "./dist/index.d.ts",
	"typesVersions": {
		"*": {
			"*": [
				"./dist/index.d.ts"
			],
			"io-ts": [
				"./dist/io-ts.d.ts"
			],
			"zod4": [
				"./dist/zod4.d.ts"
			]
		}
	},
	"exports": {
		".": "./dist/index.js",
		"./io-ts": "./dist/io-ts.js",
		"./zod4": "./dist/zod4.js",
		"./package.json": "./package.json"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"build": "tsdown",
		"dev": "tsdown --watch",
		"format": "oxfmt",
		"prepare": "npm run build",
		"lint": "oxlint --deny-warnings",
		"portability": "npm run build && tsc -p test/portability/tsconfig.json --pretty false",
		"types": "tsc --noEmit",
		"unit": "vitest run --coverage",
		"unit:watch": "vitest watch",
		"bench": "vitest bench --watch=false",
		"bench:watch": "vitest bench",
		"test": "npm run lint && npm run types && npm run unit && npm run portability"
	},
	"devDependencies": {
		"@prismicio/e2e-tests-utils": "^1.16.0",
		"@prismicio/types-internal-v3": "npm:@prismicio/types-internal@^3.17.0",
		"@prismicio/types-internal-v4-1-0": "npm:@prismicio/types-internal@4.1.0",
		"@types/node": "^25.5.2",
		"@types/uuid": "^11.0.0",
		"@vitest/coverage-v8": "^4.1.3",
		"io-ts": "^2.2.22",
		"oxfmt": "^0.44.0",
		"oxlint": "^1.59.0",
		"tsdown": "^0.21.7",
		"typescript": "^6.0.2",
		"vitest": "^4.1.3",
		"zod": "^4.3.6"
	},
	"peerDependencies": {
		"io-ts": "^2.2.22",
		"zod": "^4.3.6"
	},
	"peerDependenciesMeta": {
		"io-ts": {
			"optional": true
		}
	},
	"engines": {
		"node": ">=20"
	}
}
