UNPKG

@code-to-json/cli

Version:

30 lines (29 loc) 745 B
{ "name": "@code-to-json/cli", "version": "0.1.3", "description": "", "main": "lib/index.js", "typings": "lib/index.d.ts", "license": "BSD-2-Clause", "author": "Mike North <michael.l.north@gmail.com> (https://mike.works)", "bin": { "code-to-json": "./src/cli/index.js" }, "dependencies": { "@code-to-json/core": "^0.1.3", "@code-to-json/utils": "^0.1.3", "commander": "^2.19.0", "debug": "^4.1.0", "lodash.get": "^4.4.2" }, "scripts": { "lint": "echo \"Error: no lint specified\" && exit 0", "test": "echo \"Error: no test specified\" && exit 0", "prepublishOnly": "tsc -b ." }, "keywords": [], "devDependencies": { "@types/debug": "0.0.31", "typescript": "^3.1.2" } }