{
	"name": "@prismicio/api-renderer",
	"version": "7.1.1",
	"description": "Prismic renderers for the content API",
	"keywords": [
		"typescript",
		"prismic"
	],
	"repository": {
		"type": "git",
		"url": "ssh://git@github.com/prismicio/prismic-api-renderer.git"
	},
	"license": "Apache-2.0",
	"author": "Prismic <contact@prismic.io> (https://prismic.io)",
	"main": "lib/index.js",
	"types": "lib/index.d.ts",
	"files": [
		"lib",
		"src"
	],
	"scripts": {
		"build": "tsc",
		"dev": "tsc --watch",
		"format": "prettier --write .",
		"prepare": "npm run build",
		"release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
		"release:dry": "standard-version --dry-run",
		"release:alpha": "npm run test && standard-version --release-as minor --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha",
		"release:alpha:dry": "standard-version --release-as minor --prerelease alpha --dry-run",
		"test": "jest --no-cache --silent=false --verbose=false --coverage",
		"eslint": "eslint . --cache --cache-location .caches/eslint --cache-strategy content --ext js,ts,tsx --max-warnings 0",
		"eslint-fix": "npm run eslint -- --fix",
		"preflight": "npm run prettier && npm run build && npm run eslint && npm run test",
		"prettier": "prettier --check .",
		"prettier-write": "prettier --write ."
	},
	"dependencies": {
		"@prismicio/types-internal": "^3.11.1",
		"tslib": "^2.5.0",
		"uuid": "^9.0.0"
	},
	"devDependencies": {
		"@relmify/jest-fp-ts": "^2.0.2",
		"@types/jest": "^29.4.4",
		"@types/uuid": "^9.0.2",
		"@typescript-eslint/eslint-plugin": "^5.55.0",
		"@typescript-eslint/parser": "^5.55.0",
		"eslint": "8.6.0",
		"eslint-config-prettier": "8.3.0",
		"eslint-plugin-only-warn": "1.0.3",
		"eslint-plugin-simple-import-sort": "7.0.0",
		"eslint-plugin-storybook": "0.5.5",
		"fp-ts": "^2.13.1",
		"io-ts": "^2.2.20",
		"io-ts-types": "^0.5.19",
		"jest": "^29.5.0",
		"nyc": "^15.1.0",
		"prettier": "^2.8.4",
		"prettier-plugin-jsdoc": "^0.3.30",
		"standard-version": "^9.3.2",
		"ts-eager": "^2.0.2",
		"ts-jest": "^29.0.5",
		"typescript": "^4.9.5"
	},
	"peerDependencies": {
		"fp-ts": "^2.11.8",
		"io-ts": "^2.2.16",
		"io-ts-types": "^0.5.16"
	},
	"engines": {
		"node": ">=18"
	},
	"publishConfig": {
		"access": "public"
	}
}
