UNPKG

jsome

Version:

Make your JSON look AWESOME!

47 lines (46 loc) 923 B
{ "name": "jsome", "version": "2.5.0", "description": "Make your JSON look AWESOME!", "main": "script.js", "repository": { "type": "git", "url": "git+https://github.com/Javascipt/Jsome.git" }, "keywords": [ "colors", "json", "console", "log", "format", "pretty", "print", "command-line", "command", "cli" ], "author": "Khalid REHIOUI <Array.prototype@gmail.com> (http://github.com/javascipt)", "license": "MIT", "bugs": { "url": "https://github.com/Javascipt/Jsome/issues" }, "homepage": "https://github.com/Javascipt/Jsome#readme", "dependencies": { "chalk": "^2.3.0", "json-stringify-safe": "^5.0.1", "yargs": "^11.0.0" }, "bin": { "jsome": "./bin/cli.js" }, "scripts": { "test": "jest" }, "devDependencies": { "jest": "^21.2.1", "jsesc": "^2.5.1" }, "jest": { "testEnvironment": "node" } }