UNPKG

pronounceability

Version:

Calculate pronounceability for a given word.

62 lines (61 loc) 1.75 kB
{ "name": "pronounceability", "version": "0.0.3", "description": "Calculate pronounceability for a given word.", "keywords": [ "pronounce", "pronounceable", "pronounceability", "grammar", "language", "speech" ], "repository": { "type": "git", "url": "https://github.com/mastermunj/pronounceability.git" }, "license": "MIT", "author": "Munjal Dhamecha", "main": "dist/index.js", "scripts": { "build": "npm run clean && tsc --noEmitOnError", "build:watch": "npm run build -- --watch", "clean": "rimraf dist coverage", "commit": "git-cz", "lint": "eslint --max-warnings=0 .", "lint:fix": "npm run lint -- --fix", "prepare": "husky", "release": "standard-version", "release:mock": "npm run release -- --dry-run", "test": "jest --detectOpenHandles --coverage", "test:watch": "npm run test -- --watch" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "an-array-of-english-words": "^2.0.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.2.11", "prettier": "^3.4.2", "rimraf": "^6.0.1", "sort-package-json": "^2.12.0", "standard-version": "^9.5.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" } }