UNPKG

ireland-census-2016-tools

Version:

A collection of command line tools for extracting data from Ireland Census 2016 results

39 lines (38 loc) 1.06 kB
{ "name": "ireland-census-2016-tools", "version": "2.0.3", "description": "A collection of command line tools for extracting data from Ireland Census 2016 results", "bin": { "extract-small-area-boundaries": "./lib/extract-small-area-boundaries.js" }, "scripts": { "clean": "rimraf dist", "build:watch": "npm run clean && tsc -w", "build": "npm run clean && tsc", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/tewson/ireland-census-2016-tools.git" }, "keywords": [ "Ireland", "census", "data" ], "author": "Tewson Seeoun <tewson.seeoun@gmail.com> (https://tewson.github.io)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/tewson/ireland-census-2016-tools/issues" }, "homepage": "https://github.com/tewson/ireland-census-2016-tools#readme", "dependencies": { "@types/node": "^8.0.25", "commander": "^2.11.0" }, "devDependencies": { "rimraf": "^2.6.1", "tslint": "^5.7.0", "typescript": "^2.9.1" } }