UNPKG

@openkit/language-codes

Version:

```sh // with pnpm pnpm add @openkit/language-codes

65 lines 1.49 kB
{ "name": "@openkit/language-codes", "version": "0.1.0-beta.7", "description": "", "keywords": [ "language-codes", "codea", "wootsbot" ], "homepage": "https://github.com/openkitdotrun/tools/@tools-language-codes#readme", "bugs": { "url": "https://github.com/openkitdotrun/tools/@tools-language-codes/issues" }, "repository": { "type": "git", "url": "git@github.com:openkitdotrun/tools.git", "directory": "@tools-language-codes" }, "license": "MIT", "author": "Jorge Luis Calleja <jorge.calleja@wootsbot.dev>", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "zshy": { "module": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "cjs": false, "noEdit": true }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "sideEffects": false, "files": [ "*.d.ts*", "*.js", "*.mjs", "*.cjs" ], "devDependencies": { "@types/node": "24.6.0", "tsx": "4.20.6", "typescript": "^5", "zshy": "0.4.2", "tsconfig": "0.1.0-beta.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "zshy", "generate": "tsx ./scripts/generate.ts", "test": "vitest --run", "test:coverage": "vitest run --coverage", "lint": "biome check", "lint:fix": "biome check --write", "format": "biome format --write" } }