{
  "name": "@syniol/iso-3166",
  "version": "1.0.1",
  "description": "ISO-3166 Standard for Country codes",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "test": "jest",
    "prepublish": "rm -rf ./lib && jest && tsc",
    "build": "rm -rf ./lib && jest && tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/syniol/node-pkg/iso/3166"
  },
  "private": false,
  "author": "Hadi Tajallaei <hadi@syniol.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^26.0.7",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.3",
    "typescript": "^3.9.7"
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {},
  "keywords": [
    "ISO-3166",
    "TypeScript",
    "English",
    "ISO-3166-1",
    "ISO-3166-2"
  ]
}
