@portabletext/schema
Version:
Portable Text Schema
51 lines • 1.27 kB
JSON
{
"name": "@portabletext/schema",
"version": "2.2.3",
"description": "Portable Text Schema",
"keywords": [
"portabletext",
"schema"
],
"homepage": "https://www.portabletext.org/",
"bugs": {
"url": "https://github.com/portabletext/editor/issues"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"repository": {
"type": "git",
"url": "https://github.com/portabletext/editor.git",
"directory": "packages/schema"
},
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"devDependencies": {
"@sanity/pkg-utils": "^10.8.2",
"@sanity/tsconfig": "^2.1.0",
"typescript": "6.0.3",
"vitest": "^4.1.10"
},
"engines": {
"node": ">=20.19 <22 || >=22.12"
},
"scripts": {
"build": "pkg-utils build --strict --check --clean",
"check:lint": "biome lint .",
"check:types": "tsc",
"check:types:watch": "tsc --watch",
"clean": "del .turbo && del lib && del node_modules",
"dev": "pkg-utils watch",
"lint:fix": "biome lint --write .",
"test:unit": "vitest run",
"test:unit:watch": "vitest watch"
}
}