{
  "name": "world-population",
  "version": "1.0.1",
  "description": "World Population Counter, based on UN World Population Prospects data",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "ts-node src/test.ts",
    "csvtojson": "csvtojson data/estimates.csv --checkType=true"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/michaelmcandrew/world-population.git"
  },
  "keywords": [
    "world",
    "population"
  ],
  "contributors": [
    "Michael McAndrew <michael@3sd.io>",
    "Population Matters <https://populationmatters.org/>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/michaelmcandrew/world-population/issues"
  },
  "homepage": "https://github.com/michaelmcandrew/world-population#readme",
  "devDependencies": {
    "csvtojson": "^2.0.10",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  }
}
