UNPKG

rh-regexp

Version:

```shell npm install rh-regexp ```

59 lines (58 loc) 1.82 kB
{ "name": "rh-regexp", "version": "1.0.0", "description": "", "main": "lib/index.js", "module": "lib/index.esm.js", "unpkg": "/lib/", "jsdelivr": "/lib/", "types": "lib/index.d.ts", "scripts": { "build": "npx rollup -c --extend rollup.config.ts", "test": "ts-node-dev --respawn --transpile-only ./__test__/index.ts", "eslint": "eslint . --ext .ts", "eslint:fix": "eslint . --ext .ts --fix", "pub": "npm publish" }, "keywords": ["typescript", "javascript", "RegExp"], "author": "ruihuag", "license": "ISC", "dependencies": { "typescript": "^4.6.2" }, "devDependencies": { "@babel/core": "^7.18.5", "@commitlint/cli": "^17.0.2", "@commitlint/config-conventional": "^17.0.2", "@rollup/plugin-commonjs": "^21.0.1", "@types/node": "^16.11.22", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "commitizen": "^4.2.4", "commitlint-config-cz": "^0.13.3", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^6.3.0", "eslint": "^8.9.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^8.0.1", "lint-staged": "^13.0.2", "node-notifier": "^8.0.2", "prettier": "^2.7.1", "rh-js-methods": "^1.0.2", "rh-test": "0.0.14", "rimraf": "^3.0.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.32.1", "ts-node-dev": "^1.1.8", "typescript": "^4.6.2" } }