1
0
mirror of https://github.com/pdemian/human2regex.git synced 2025-05-28 09:40:13 -07:00
human2regex/package.json
2021-01-20 09:06:54 -05:00

60 lines
1.5 KiB
JSON

{
"name": "human2regex",
"version": "1.2.0",
"description": "Humanized Regular Expressions",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/html-minifier": "^3.5.3",
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"before-build-webpack": "^0.2.9",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.8.1",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"eslint": "^7.17.0",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"html-minifier": "^4.0.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"remove-files-webpack-plugin": "^1.4.4",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.13",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "tsc && webpack --config webpack.config.js",
"test": "eslint && jest",
"codecov": "codecov",
"prepublishOnly": "npm t"
},
"keywords": [
"regex",
"regexp",
"regular",
"expression"
],
"author": "Patrick Demian",
"license": "MIT",
"dependencies": {
"chevrotain": "^7.1.0",
"codemirror": "^5.59.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdemian/human2regex.git"
},
"bugs": {
"url": "https://github.com/pdemian/human2regex/issues"
},
"homepage": "https://human2regex.com"
}