UNPKG

koalacodes

Version:
51 lines 1.02 kB
{ "name": "koalacodes", "version": "0.0.8", "description": "Random Codes Generator", "author": "MrAmericanMike", "scripts": { "build": "unbuild", "test": "vitest", "coverage": "vitest run --coverage", "prepublishOnly": "pnpm run build" }, "files": [ "dist", "package.json", "README.md" ], "types": "./dist/main.d.ts", "main": "./dist/main.cjs", "module": "./dist/main.mjs", "exports": { ".": { "require": "./dist/main.cjs", "import": "./dist/main.mjs" } }, "keywords": [ "random", "codes", "generator", "code", "readable", "vowels", "consonants" ], "license": "MIT", "homepage": "https://github.com/MrAmericanMike/koalacodes#readme", "repository": { "type": "git", "url": "git+https://github.com/MrAmericanMike/koalacodes.git" }, "bugs": { "url": "https://github.com/MrAmericanMike/koalacodes/issues" }, "devDependencies": { "@types/node": "22.8.0", "@vitest/coverage-v8": "2.1.3", "typescript": "5.6.3", "unbuild": "2.0.0", "vitest": "2.1.3" } }