{
  "name": "@bluejay/countries",
  "version": "4.1.0",
  "description": "Countries related data and enums",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "docs": "./node_modules/.bin/typedoc --out docs --excludePrivate --excludeExternals ./src/index.ts",
    "test": "mocha -r ts-node/register -r 'test/setup.ts' --recursive 'test/**/*.test.ts'",
    "cov": "nyc npm run test",
    "lint": "tslint --project ./",
    "fix": "tslint --fix --project ./",
    "compile": "tsc",
    "build": "rm -rf dist && mkdir dist && tsc --noEmit false",
    "prepare": "tsc",
    "prepublishOnly": "npm run lint && npm run cov && npm run build",
    "travis": "tsc && npm run lint && npm run cov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluebirds-blue-jay/countries.git"
  },
  "bugs": {
    "url": "https://github.com/bluebirds-blue-jay/countries/issues"
  },
  "homepage": "https://github.com/bluebirds-blue-jay/countries#readme",
  "keywords": [
    "country",
    "code",
    "data"
  ],
  "author": "Sylvain Estevez",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/lodash": "^4.14.161",
    "@types/mocha": "5.2.3",
    "@types/node": "12.7.0",
    "chai": "^4.2.0",
    "mocha": "^10.0.0",
    "nyc": "15.1.0",
    "ts-node": "^9.0.0",
    "tslint": "6.1.3",
    "typedoc": "^0.22.15",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@bluejay/collection": "^5.0.0",
    "lodash": "4.17.21"
  }
}
