write-json-safe
Version:
Write formatted JSON to a file
69 lines (68 loc) • 1.54 kB
JSON
{
"name": "write-json-safe",
"version": "4.0.0",
"description": "Write formatted JSON to a file",
"license": "MIT",
"private": false,
"author": "Connor White",
"contributors": [
"Connor White"
],
"homepage": "https://connorwhite.dev/github/write-json-safe",
"repository": {
"type": "git",
"url": "git+https://github.com/bconnorwhite/write-json-safe.git"
},
"bugs": "https://github.com/bconnorwhite/write-json-safe/issues",
"keywords": [
"write",
"file",
"json",
"safe",
"pretty",
"formatted",
"format",
"output",
"recursive",
"parent",
"newline"
],
"type": "module",
"main": ".auto/build/index.js",
"exports": "./.auto/build/index.js",
"types": ".auto/build/index.d.ts",
"files": [
".auto/build/**/!(tsconfig.tsbuildinfo)"
],
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "auto build",
"dev": "auto dev",
"lint": "auto lint",
"prepack": "yarn build",
"release": "auto release",
"test": "auto test",
"typecheck": "auto typecheck"
},
"dependencies": {
"stringify-json-object": "^3.0.0",
"write-file-safe": "^2.0.1"
},
"devDependencies": {
"@types/mock-fs": "^4.13.1",
"autorepo": "^0.1.9",
"mock-fs": "^5.2.0",
"read-file-safe": "^2.1.0"
},
"eslintConfig": {
"extends": "@autosoft/eslint-config"
},
"jest": {
"preset": "@autosoft/jest-preset"
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-auto"
}
}