UNPKG

corellium-typescript

Version:
68 lines (67 loc) 1.75 kB
{ "name": "corellium-typescript", "version": "1.2.22", "description": "A beautiful TypeScript Corellium library.", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublishOnly": "pnpm build", "build": "unbuild", "dev": "unbuild --watch", "test": "bun test/index.ts", "generate-types": "./scripts/generate-types.sh" }, "repository": { "type": "git", "url": "git+https://github.com/haydenbleasel/corellium-typescript.git" }, "keywords": [ "corellium", "typescript", "api", "client" ], "author": "Hayden Bleasel <hello@haydenbleasel.com>", "license": "ISC", "bugs": { "url": "https://github.com/haydenbleasel/corellium-typescript/issues" }, "homepage": "https://github.com/haydenbleasel/corellium-typescript#readme", "devDependencies": { "@biomejs/biome": "1.9.1", "@rollup/plugin-terser": "^0.4.4", "@types/node": "^22.0.2", "@types/ws": "^8.5.10", "typescript": "^5.4.5", "ultracite": "4.1.1", "unbuild": "^3.5.0" }, "dependencies": { "openapi-fetch": "^0.12.0", "ws": "^8.17.0" }, "engines": { "node": ">=18" }, "packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39" }