@sanity/media-library-types
Version:
Type definitions for common Sanity Media Library data structures
52 lines • 1.31 kB
JSON
{
"name": "@sanity/media-library-types",
"version": "1.0.0",
"description": "Type definitions for common Sanity Media Library data structures",
"keywords": [
"sanity",
"media",
"library",
"headless",
"realtime",
"content",
"types",
"typescript"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
"type": "commonjs",
"exports": {
".": {
"source": "./src/index.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"lib",
"src"
],
"dependencies": {},
"devDependencies": {
"@sanity/types": "^3.90.0",
"@sanity/pkg-utils": "^7.2.3",
"rimraf": "^5.0.10"
},
"scripts": {
"build": "cp ../../../apps/huey/src/lib/schema.types.ts ./src/ && pkg-utils build --strict --check --clean",
"check:types": "tsc --project tsconfig.json",
"clean": "rimraf lib",
"schema-types": "cp ../../../apps/huey/src/lib/schema.types.ts ./src/",
"watch": "pkg-utils watch"
}
}