{
    "name": "@pecometer/peco-cli",
    "version": "1.10.0",
    "description": "Pecometer Command Line Interface Application",
    "main": "index.js",
    "scripts": {},
    "repository": {
        "type": "git",
        "url": "ssh://git@bitbucket.pecometer.co.uk:7999/pec/peco-cli.git"
    },
    "keywords": [
        "Pecometer",
        "Command",
        "Line",
        "App"
    ],
    "bin": {
        "peco-cli": "./index.js"
    },
    "author": "Sean Hutchinson",
    "license": "SEE LICENSE IN licence",
    "dependencies": {
        "lodash": "^4.17.20",
        "moment": "^2.29.1",
        "npm": "^6.14.11",
        "package-json": "^6.5.0",
        "semver": "^7.3.4",
        "ts-node": "^9.1.1",
        "tsconfig-paths": "^3.9.0",
        "typescript": "^4.1.3"
    }
}