UNPKG

jsonfiver

Version:

JSON fixer for human using JSON5

49 lines (48 loc) 1.09 kB
{ "name": "jsonfiver", "version": "0.0.4", "description": "JSON fixer for human using JSON5", "main": "index.js", "bin": { "jsonfiver": "./bin/main.js" }, "scripts": { "build": "tsc --pretty -p .", "watch": "tsc --pretty -p . --watch", "decls": "tsc --pretty -p . --declaration", "test": "echo \"Error: no test specified\" && exit 1", "preversion": "npm run build && npm run decls" }, "repository": { "type": "git", "url": "git+https://github.com/rhysd/jsonfiver.git" }, "keywords": [ "json", "json5", "fixer", "formatter" ], "author": "rhysd <lin90162@yahoo.co.jp>", "license": "MIT", "bugs": { "url": "https://github.com/rhysd/jsonfiver/issues" }, "homepage": "https://github.com/rhysd/jsonfiver#readme", "files": [ "bin/main.js", "index.js", "index.d.ts", "LICENSE" ], "devDependencies": { "@types/json5": "0.0.29", "@types/node": "^9.3.0", "@types/yargs": "^10.0.1", "typescript": "^2.6.2" }, "dependencies": { "json5": "^0.5.1", "yargs": "^10.1.1" } }