UNPKG

tatau

Version:
47 lines (46 loc) 1.09 kB
{ "name": "tatau", "version": "0.0.5", "description": "Te reo number converter", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint 'src/**/*.{js,ts}'", "test": "jest", "test-mutants": "npx stryker run" }, "repository": { "type": "git", "url": "git+https://github.com/jeff-goodman/tatau.git" }, "author": "Jeff Goodman", "license": "ISC", "bugs": { "url": "https://github.com/jeff-goodman/tatau/issues" }, "homepage": "https://github.com/jeff-goodman/tatau#readme", "devDependencies": { "@stryker-mutator/core": "^8.0.0", "@stryker-mutator/jest-runner": "^8.0.0", "@types/jest": "^29.5.8", "@typescript-eslint/eslint-plugin": "^8.14.0", "@typescript-eslint/parser": "^8.14.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "keywords": [ "te reo", "maori", "māori", "translation", "numerals", "tatau", "aotearoa", "nz", "new zealand" ] }