UNPKG

@zenithcore/runtime

Version:

Runtime codec implementation for ZenithKernel framework

44 lines (43 loc) 1.11 kB
{ "name": "@zenithcore/runtime", "version": "1.5.1", "description": "Runtime codec implementation for ZenithKernel framework", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./codec": { "import": "./dist/codec/index.js", "types": "./dist/codec/index.d.ts" } }, "scripts": { "build": "bun build ./src/index.ts --outdir ./dist --target node", "dev": "bun build ./src/index.ts --outdir ./dist --target node --watch", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx", "test": "bun test" }, "keywords": [ "zenithkernel", "runtime", "codec", "compression" ], "author": "ZenithKernel Team", "license": "MIT", "devDependencies": { "bun-types": "latest", "typescript": "^5.0.0", "eslint": "^8.38.0", "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.59.0" }, "peerDependencies": {}, "dependencies": {} }