{ "name": "unicode-regex", "version": "3.0.0", "description": "regular expression for matching unicode category", "keywords": [ "regular-expression", "unicode" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/ikatyang/unicode-regex", "homepage": "https://github.com/ikatyang/unicode-regex#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "scripts": { "prepublish": "yarn run build", "lint": "tslint -p ./tsconfig.json --type-check", "test": "jest", "generate": "ts-node ./scripts/generate.ts", "prebuild": "rm -rf ./lib", "build": "yarn run generate && tsc -p ./tsconfig.build.json", "postbuild": "cp -r ./src/data.generated ./lib", "release": "standard-version" }, "dependencies": { "regexp-util": "^1.2.0" }, "devDependencies": { "@types/del": "3.0.1", "@types/jest": "21.1.10", "@types/make-dir": "1.0.3", "@types/node": "8.10.49", "@types/prettier": "1.16.4", "del": "3.0.0", "jest": "21.2.1", "make-dir": "1.3.0", "prettier": "1.18.2", "prettier-config-ikatyang": "1.1.1", "standard-version": "4.4.0", "ts-jest": "21.2.4", "ts-node": "4.1.0", "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", "unicode-12.1.0": "0.8.0" }, "engines": { "node": ">= 4" }, "files": [ "/lib/**/*", "/ThirdPartyNoticeText.txt" ] }