@synatic/json-magic
Version:
Utilities for manipulating JSON objects.
64 lines (63 loc) • 1.52 kB
JSON
{
"name": "@synatic/json-magic",
"version": "1.1.2",
"description": "Utilities for manipulating JSON objects.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"lib/",
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"lint-errors": "eslint . --quiet",
"prettier": "prettier . --write",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "nyc --reporter text-summary mocha -- --reporter spec --check-leaks test/",
"test-cov": "nyc --reporter lcov --reporter text mocha -- --reporter dot --check-leaks test/"
},
"repository": {
"type": "git",
"url": "https://github.com/synatic/json-magic.git"
},
"keywords": [
"json",
"bson"
],
"author": {
"name": "Synatic Inc",
"url": "https://synatic.com"
},
"contributors": [
{
"name": "Martin Naude"
},
{
"name": "Thiren Bunsee"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/synatic/json-magic/issues"
},
"homepage": "https://github.com/synatic/json-magic#readme",
"engines": {
"node": ">=12"
},
"dependencies": {
"check-types": "11.2.3",
"serialize-error": "8.1.0"
},
"devDependencies": {
"@synatic/eslint-config-synatic-node": "^2.0.0",
"bson": "^6.8.0",
"eslint": "^8.16.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"mocha": "^10.0.0",
"nyc": "^17.0.0",
"prettier": "^3.3.3"
}
}