format-json-string
Version:
format JSON string, download JSON string to file
27 lines (26 loc) • 587 B
JSON
{
"name": "format-json-string",
"version": "1.0.0",
"description": "format JSON string, download JSON string to file",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel index.js --out-dir dist"
},
"keywords": [
"formatJson",
"formatToJson",
"format",
"json",
"download",
"json-download",
"format-to-json"
],
"author": "rhys.zhao",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6"
}
}