{
  "name": "@danielnogueira808/validations-libs",
  "version": "1.0.6",
  "description": "",
  "main": "dist/index.bundle.js",
  "scripts": {
    "build:dev": "webpack --config configs/webpack.dev.config.js",
    "build:prod": "webpack --config configs/webpack.prod.config.js",
    "test": "vitest --run",
    "test:coverage": "vitest run --coverage",
    "v:patch": "npm version patch",
    "v:minor": "npm version minor",
    "v:major": "npm version major",
    "v:dep": "npm publish --access public",
    "v:patch:full": "npm run test && npm run build:prod && npm run v:patch && npm run v:dep",
    "v:minor:full": "npm run test && npm run build:prod && npm run v:minor && npm run v:dep",
    "v:major:full": "npm run test && npm run build:prod && npm run v:major && npm run v:dep"
  },
  "type": "module",
  "license": "ISC",
  "author": "Daniel Nogueira",
  "keywords": [
    "cpf",
    "cnpj",
    "validações",
    "daniel nogueira"
  ],
  "devDependencies": {
    "@vitest/coverage-v8": "^2.1.8",
    "ts-loader": "^9.5.1",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1",
    "webpack-merge": "^6.0.1"
  }
}
