{
  "name": "regex-simplify",
  "version": "0.3.1",
  "description": "Un module pour vous simplifier la vie au lieu de faire du regex",
  "main": "dist/regex.js",
  "scripts": {
    "build": "tsc -p .",
    "test": "node test"
  },
  "keywords": [
    "regex",
    "simple",
    "simplify",
    "simply"
  ],
  "author": "LACOSTAR91",
  "license": "MIT",
  "homepage": "https://regex-simplify.lacostar.fr/",
  "repository": {
    "type": "github",
    "url": "https://github.com/LACOSTAR91/regex-simplify"
  },
  "bugs": {
    "url": "https://github.com/LACOSTAR91/regex-simplify/issues"
  },
  "devDependencies": {
    "@types/node": "^17.0.31",
    "typescript": "^4.6.4"
  }
}
