UNPKG

bahttext

Version:

Change number to Thai pronunciation string

71 lines (70 loc) 1.67 kB
{ "name": "bahttext", "version": "2.3.3", "description": "Change number to Thai pronunciation string", "main": "src/index.js", "typings": "src/index.d.ts", "scripts": { "jest": "jest", "jest.watch": "jest --watch", "coverage.check": "jest --coverage", "build": "tsc", "semantic-release": "semantic-release", "standard": "standard", "standard.fix": "standard --fix", "test": "jest", "test.watch": "jest --watch", "validate": "npm run standard && npm run coverage.check && npm run build" }, "repository": { "type": "git", "url": "https://github.com/jojoee/bahttext.git" }, "keywords": [ "thai", "baht", "text", "number", "convert", "thai baht" ], "author": "Nathachai Thongniran <inid3a@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jojoee/bahttext/issues" }, "homepage": "https://github.com/jojoee/bahttext#readme", "devDependencies": { "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/jest-runner": "^8.7.1", "baht": "^0.7.1", "bahttext230": "npm:bahttext@2.3.0", "bahttext231": "npm:bahttext@2.3.1", "jest": "^29.7.0", "jest-expect-message": "^1.1.3", "semantic-release": "^24.2.2", "standard": "^17.1.2", "typescript": "*" }, "jest": { "setupFilesAfterEnv": [ "jest-expect-message" ], "verbose": true, "testMatch": [ "**/*.test.js" ], "coverageThreshold": { "global": { "branches": 80, "functions": 80, "lines": 80, "statements": 80 } } }, "standard": { "verbose": true, "env": "jest" } }