UNPKG

@spaceboy.cz/jsonx

Version:

Command line JSONX to JSON format file converter

34 lines (33 loc) 716 B
{ "name": "@spaceboy.cz/jsonx", "version": "0.0.2", "description": "Command line JSONX to JSON format file converter", "main": "bin/index.js", "scripts": { "test": "echo \"No test spcified\" && exit 1" }, "keywords": [ "jsonx", "json", "cli", "file", "format", "convert" ], "author": "Spaceboy <jiri.votocek@centrum.cz>", "license": "MIT", "bin": { "jsonx": "bin/index.js" }, "dependencies": { "yargs": "13.2" }, "repository": { "type": "git", "url": "git+https://github.com/spaceboy/jsonx-cli.git" }, "bugs": { "url": "https://github.com/spaceboy/jsonx-cli/issues" }, "homepage": "https://github.com/spaceboy/jsonx-cli#readme" }