{ "name": "cjk-regex", "version": "2.0.1", "description": "regular expression for matching CJK text", "keywords": [ "cjk", "regular-expression" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/ikatyang/cjk-regex", "homepage": "https://github.com/ikatyang/cjk-regex#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "scripts": { "prepublish": "npm run build", "lint": "tslint -p ./tsconfig.json --type-check", "test": "jest", "prebuild": "rm -rf ./lib", "build": "tsc -p ./tsconfig.build.json", "release": "standard-version" }, "dependencies": { "regexp-util": "^1.2.1", "unicode-regex": "^2.0.0" }, "devDependencies": { "@types/jest": "21.1.10", "jest": "21.2.1", "prettier": "1.18.2", "prettier-config-ikatyang": "1.1.1", "standard-version": "4.4.0", "ts-jest": "21.2.4", "tslint": "5.15.0", "tslint-config-ikatyang": "2.5.1", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.0.1", "typescript": "2.9.2" }, "engines": { "node": ">= 4" }, "files": [ "/lib/**/*" ] }