UNPKG

@pecometer/peco-cli

Version:

Pecometer Command Line Interface Application with monorepo support

34 lines 863 B
{ "name": "@pecometer/peco-cli", "version": "2.0.0", "description": "Pecometer Command Line Interface Application with monorepo support", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "ssh://git@bitbucket.pecometer.co.uk:7999/pec/peco-cli.git" }, "keywords": [ "Pecometer", "Command", "Line", "App", "Monorepo" ], "bin": { "peco-cli": "./index.js" }, "author": "Sean Hutchinson", "license": "SEE LICENSE IN licence", "dependencies": { "dotenv": "^17.2.3", "lodash": "^4.17.20", "moment": "^2.29.1", "npm": "^6.14.18", "package-json": "^6.5.0", "semver": "^7.3.4", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "^5.9.3" } }