UNPKG

beygla

Version:

<h1 align="center"> Beygla </h1>

62 lines (61 loc) 1.71 kB
{ "name": "beygla", "main": "beygla.js", "module": "beygla.esm.js", "types": "beygla.d.ts", "scripts": { "test": "jest", "test:names-build": "TEST_BUILD=true jest beygla.spec.ts", "test:addresses-build": "TEST_BUILD=true jest addresses.spec.ts", "test:watch": "jest --watchAll", "test:ci": "jest --ci --coverage", "tscheck": "tsc --noEmit --skipLibCheck", "build": "ts-node -T ./scripts/build.ts", "script": "ts-node -T ./scripts/run-script.ts", "pipeline": "npm run script -- pipeline", "release": "cd dist && semantic-release", "release:dry-run": "cd dist && semantic-release --dry-run" }, "devDependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@rollup/plugin-typescript": "^9.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/npm": "^9.0.1", "@types/jest": "^29.2.2", "@types/node": "18.11.9", "@types/yauzl": "^2.10.0", "filesize": "^10.0.5", "gzip-size": "^5.1.1", "jest": "^29.3.1", "rollup": "^3.3.0", "semantic-release": "^19.0.5", "terser": "^5.15.1", "ts-node": "^10.9.1", "typescript": "^4.8.4", "yauzl": "^2.10.0" }, "author": { "name": "Alex Harri Jónsson", "email": "alexharri2919@gmail.com", "url": "https://alexharri.com" }, "repository": { "type": "git", "url": "https://github.com/alexharri/beygla" }, "contributors": [ "Alex Harri Jónsson <alexharri2919@gmail.com> (https://alexharri.com)" ], "keywords": [ "icelandic", "language", "declension", "íslenska", "beygja", "beygingar", "nafn", "nöfn" ], "version": "1.5.5" }