UNPKG

json5-writer

Version:

Comment-preserving JSON / JSON5 parser

36 lines (35 loc) 718 B
{ "name": "json5-writer", "version": "0.2.0", "description": "Comment-preserving JSON / JSON5 parser", "main": "src/index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git@github.com:noahsug/json5-writer.git" }, "keywords": [ "json5", "preserve", "comments", "parse", "parser", "config", "update", "ast" ], "author": "Noah Sugarman <noahsug@gmail.com.com>", "license": "ISC", "bugs": { "url": "https://github.com/noahsug/json5-writer/issues" }, "homepage": "https://github.com/noahsug/json5-writer#readme", "dependencies": { "jscodeshift": "^0.9.0" }, "devDependencies": { "jest": "^24.5.0" } }