|
| 1 | +{ |
| 2 | + "name": "@sanity/codegen", |
| 3 | + "version": "3.33.0", |
| 4 | + "description": "Codegen toolkit for Sanity.io", |
| 5 | + "keywords": [ |
| 6 | + "sanity", |
| 7 | + "cms", |
| 8 | + "headless", |
| 9 | + "realtime", |
| 10 | + "content", |
| 11 | + "codegen" |
| 12 | + ], |
| 13 | + "homepage": "https://www.sanity.io/", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/sanity-io/sanity/issues" |
| 16 | + }, |
| 17 | + "publishConfig": { |
| 18 | + "access": "public" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/sanity-io/sanity.git", |
| 23 | + "directory": "packages/@sanity/codegen" |
| 24 | + }, |
| 25 | + "license": "MIT", |
| 26 | + "author": "Sanity.io <hello@sanity.io>", |
| 27 | + "exports": { |
| 28 | + ".": { |
| 29 | + "types": "./lib/dts/src/_exports/index.d.ts", |
| 30 | + "source": "./src/_exports/index.ts", |
| 31 | + "require": "./lib/_exports/index.js", |
| 32 | + "node": { |
| 33 | + "module": "./lib/_exports/index.esm.js", |
| 34 | + "import": "./lib/_exports/index.cjs.mjs" |
| 35 | + }, |
| 36 | + "import": "./lib/_exports/index.esm.js", |
| 37 | + "default": "./lib/_exports/index.esm.js" |
| 38 | + }, |
| 39 | + "./package.json": "./package.json" |
| 40 | + }, |
| 41 | + "main": "./lib/_exports/index.js", |
| 42 | + "module": "./lib/_exports/index.esm.js", |
| 43 | + "source": "./src/_exports/index.ts", |
| 44 | + "types": "./lib/dts/src/_exports/index.d.ts", |
| 45 | + "files": [ |
| 46 | + "lib", |
| 47 | + "src", |
| 48 | + "!**/__tests__/**" |
| 49 | + ], |
| 50 | + "scripts": { |
| 51 | + "prebuild": "run-s clean", |
| 52 | + "build": "pkg-utils build --tsconfig tsconfig.lib.json", |
| 53 | + "postbuild": "run-s check:package", |
| 54 | + "check:package": "pkg-utils --strict --tsconfig tsconfig.lib.json", |
| 55 | + "clean": "rimraf lib coverage", |
| 56 | + "lint": "eslint .", |
| 57 | + "watch": "pkg-utils watch --tsconfig tsconfig.lib.json", |
| 58 | + "test": "jest" |
| 59 | + }, |
| 60 | + "dependencies": {}, |
| 61 | + "devDependencies": { |
| 62 | + "rimraf": "^3.0.2" |
| 63 | + }, |
| 64 | + "engines": { |
| 65 | + "node": ">=18" |
| 66 | + } |
| 67 | +} |
0 commit comments