UNPKG

morpheme-match-textlint

Version:

morpheme-match for textlint rule.

54 lines (53 loc) 1.33 kB
{ "name": "morpheme-match-textlint", "version": "2.0.6", "description": "morpheme-match for textlint rule.", "keywords": [ "japanese", "morpheme", "text", "形態素" ], "homepage": "https://github.com/azu/morpheme-match", "bugs": { "url": "https://github.com/azu/morpheme-match/issues" }, "repository": { "type": "git", "url": "https://github.com/azu/morpheme-match.git" }, "license": "MIT", "author": "azu", "files": [ "src/", "lib/" ], "main": "lib/morpheme-match-textlint.js", "types": "lib/morpheme-match-textlint.d.ts", "directories": { "test": "test" }, "scripts": { "build": "cross-env NODE_ENV=production tsc -p .", "build:website": "cd website && npm i && npm run build", "prepublish": "npm run --if-present build", "test": "mocha \"test/**/*.{js,ts}\"", "watch": "tsc -p . --watch" }, "dependencies": { "morpheme-match": "^2.0.4", "morpheme-match-all": "^2.0.5" }, "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.0.7", "cross-env": "^5.2.0", "kuromojin": "^1.3.2", "mocha": "^6.1.4", "ts-node": "^8.2.0", "ts-node-test-register": "^8.0.1", "typescript": "^3.5.1" }, "email": "azuciao@gmail.com", "gitHead": "dd31f48045233f08a65adc5d9d774f65615c3874" }