{
  "name": "iran-city",
  "version": "1.2.2",
  "description": "list of cities in iran",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohammad-hassani/iran-city.git"
  },
  "keywords": [
    "iran",
    "city",
    "iran-city",
    "List of cities in Iran",
    "List of provinces in Iran"
  ],
  "author": "mohammad-hassani",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mohammad-hassani/iran-city/issues"
  },
  "homepage": "https://hasani.id.ir/iran-city",
  "devDependencies": {
    "@tsconfig/node16": "^1.0.2",
    "@types/jest": "^29.2.0",
    "jest": "^29.2.1",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  }
}
