{
  "name": "@anoki/marche-common",
  "version": "3.0.0-7-SNAPSHOT",
  "description": "Common types for AST Marche",
  "main": "dist/index.js",
  "types": "dist/index.d",
  "author": "Anoki <developer@anoki.it>",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc",
    "release": "npx tsc && npm publish --access public",
    "test": "jest --passWithNoTests --verbose --silent false",
    "patch": "npm version patch && git push --follow-tags && npm publish",
    "minor": "npm version minor && git push --follow-tags && npm publish",
    "major": "npm version major && git push --follow-tags && npm publish",
    "format": "prettier --write --parser typescript '**/*.{ts,tsx}'",
    "lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
    "prepare": "husky",
    "prepublishOnly": "npm test && npm run build",
    "changelog": "auto-changelog -p",
    "version": "auto-changelog -p && git add CHANGELOG.md",
    "build:pack": "npm run build && npm pack"
  },
  "private": false,
  "lint-staged": {
    "**/*.{js,ts}": [
      "npm run format",
      "npm run lint",
      "npm run test || exit 1"
    ]
  },
  "keywords": [
    "anoki",
    "marche",
    "common",
    "types"
  ],
  "files": [
    "dist",
    "src",
    "CHANGELOG.md",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "auto-changelog": "^2.4.0",
    "eslint": "^8.36.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-config-react-typescript": "^1.0.10",
    "eslint-config-standard": "^17.0.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-webpack-plugin": "^3.1.1",
    "husky": "^9.1.0",
    "jest": "^29.7.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.8.4",
    "pretty-quick": "3.1.0",
    "ts-jest": "^29.2.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.3"
  }
}
