{
  "name": "string-validate",
  "description": "Validates strings",
  "author": "Good Hood GmbH <tech@nebenan.de>",
  "license": "MIT",
  "repository": "github:goodhood-eu/string-validate",
  "homepage": "https://github.com/goodhood-eu/string-validate#readme",
  "bugs": "https://github.com/goodhood-eu/string-validate/issues",
  "version": "3.9.1",
  "files": [
    "lib"
  ],
  "keywords": [
    "validate",
    "string validation"
  ],
  "module": "lib/index.js",
  "main": "lib/index.cjs",
  "types": "lib/types",
  "scripts": {
    "build": "NODE_ENV=production rollup -c",
    "reinstall": "rm -rf node_modules package-lock.json && npm install",
    "check": "npm test && npm run lint && npm run lint:typescript && echo \"\\033[0;32mReady to publish\\033[0m\"",
    "clean": "rm -rf ./lib/ || exit 1",
    "prepublishOnly": "npm run check && npm run clean && npm run build",
    "lint": "eslint ./",
    "lint:fix": "eslint --fix ./",
    "lint:tofile": "eslint --no-color -o ./eslint-report.log ./",
    "lint:typescript": "tsc --noEmit",
    "test": "TZ='GMT' mocha",
    "test:tofile": "npm run build && TZ='GMT' mocha --no-colors -R spec \"test/**/*.js\" 2>&1 | tee test-report.log"
  },
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/plugin-transform-runtime": "^7.23.2",
    "@babel/plugin-transform-strict-mode": "^7.22.5",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.23.2",
    "@babel/register": "^7.22.15",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^23.0.2",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/chai": "^4.3.9",
    "@types/mocha": "^10.0.3",
    "@types/punycode": "^2.1.1",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "babel-plugin-add-module-exports": "^1.0.4",
    "browserslist-config-nebenan": "^1.0.2",
    "chai": "^4.3.10",
    "eslint": "^8.52.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-nebenan-base": "^2.0.3",
    "mocha": "^10.2.0",
    "rollup": "^3.2.5",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^4.9.3"
  }
}
