UNPKG

@scalar/types

Version:

Types to work with Scalar packages

80 lines 2.07 kB
{ "name": "@scalar/types", "description": "Types to work with Scalar packages", "license": "MIT", "author": "Scalar (https://github.com/scalar)", "homepage": "https://github.com/scalar/scalar", "bugs": "https://github.com/scalar/scalar/issues/new/choose", "repository": { "type": "git", "url": "git+https://github.com/scalar/scalar.git", "directory": "packages/types" }, "keywords": [ "typescript", "types", "scalar", "references" ], "version": "0.5.4", "engines": { "node": ">=20" }, "type": "module", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./api-reference": { "import": "./dist/api-reference/index.js", "types": "./dist/api-reference/index.d.ts", "default": "./dist/api-reference/index.js" }, "./entities": { "import": "./dist/entities/index.js", "types": "./dist/entities/index.d.ts", "default": "./dist/entities/index.js" }, "./legacy": { "import": "./dist/legacy/index.js", "types": "./dist/legacy/index.d.ts", "default": "./dist/legacy/index.js" }, "./snippetz": { "import": "./dist/snippetz/index.js", "types": "./dist/snippetz/index.d.ts", "default": "./dist/snippetz/index.js" }, "./utils": { "import": "./dist/utils/index.js", "types": "./dist/utils/index.d.ts", "default": "./dist/utils/index.js" } }, "files": [ "dist", "CHANGELOG.md" ], "dependencies": { "nanoid": "5.1.5", "type-fest": "5.0.0", "zod": "^4.1.11", "@scalar/helpers": "0.2.4" }, "devDependencies": { "@types/har-format": "^1.2.15", "vite": "7.1.11", "@scalar/build-tooling": "0.4.0" }, "scripts": { "build": "scalar-build-esbuild", "lint:check": "scalar-lint-check", "lint:fix": "scalar-lint-fix", "test": "vitest", "types:build": "scalar-types-build", "types:check": "scalar-types-check" } }