@prismicio/types-internal
Version:
Prismic types for Custom Types and Prismic Data
78 lines (77 loc) • 2.08 kB
JSON
{
"name": "@prismicio/types-internal",
"version": "3.16.0",
"description": "Prismic types for Custom Types and Prismic Data",
"keywords": [
"typescript",
"prismic"
],
"repository": {
"type": "git",
"url": "ssh://git@github.com/prismicio/prismic-types-internal.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",
"test": "jest --no-cache --silent=false --verbose=false --coverage",
"test:watch": "npm run test -- --watch",
"test:clear": "jest --clearCache",
"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": {
"monocle-ts": "^2.3.11",
"newtype-ts": "^0.3.5",
"tslib": "^2.3.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@fast-check/jest": "^1.4.0",
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"ava": "^3.15.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.11.8",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.16",
"jest": "^27.5.1",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"prettier-plugin-jsdoc": "^0.3.30",
"standard-version": "^9.3.2",
"ts-eager": "^2.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"peerDependencies": {
"fp-ts": "^2.11.8",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.16"
},
"engines": {
"node": ">=12.7.0"
},
"publishConfig": {
"access": "public"
}
}