easyppk
Version:
simple CLI tool ppk processing
45 lines (44 loc) • 914 B
JSON
{
"name": "easyppk",
"version": "0.0.4",
"private": false,
"description": "simple CLI tool ppk processing",
"keywords": [
"cli",
"ppk",
"p4rtk",
"easyppk"
],
"author": "Christian Sanz <chris@skycatch.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Easy-PPK/cli/issues"
},
"homepage": "https://github.com/Easy-PPK/cli/#readme",
"main": "index.js",
"bin": {
"easyppk": "./bin/cli.js"
},
"scripts": {
"start": "node ./bin/cli.js",
"test": "standard && mocha ./test/test.js"
},
"engines": {
"node": ">=8.9.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Easy-PPK/cli.git"
},
"dependencies": {
"optimist": ">= 0.6.1",
"colors": "*",
"mocha": "5.2.0",
"shelljs": "0.8.3",
"fs-extra": "^7.0.1",
"commander": "2.19.0"
},
"devDependencies": {
"standard": "^12.0.1"
}
}