{
  "name": "nested_json_to_csv",
  "version": "2.0.5",
  "description": "",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "directories": {
    "test": "tests"
  },
  "prepublish": "tsc",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "start": "node ./build/src/index.js",
    "watch": "tsc-watch --onSuccess 'npm start'",
    "test": "jest --verbose",
    "watch-test": "tsc-watch --onSuccess 'npm test'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fox-Immortal/json-csv.git"
  },
  "keywords": [
    "json",
    "csv",
    "convert",
    "parse",
    "parser",
    "expert",
    "professional",
    "oop",
    "factory",
    "SOLID",
    "modularity"
  ],
  "author": "fuad daoud fox.immortal.code@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Fox-Immortal/json-csv/issues"
  },
  "homepage": "https://github.com/Fox-Immortal/json-csv#readme",
  "dveDependencies": {
    "nodemon": "^2.0.12"
  },
  "dependencies": {
    "@babel/preset-typescript": "^7.16.7",
    "fs": "^0.0.1-security",
    "nested_json_to_csv": "^1.2.1"
  },
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@types/node": "^17.0.8",
    "jest": "^27.4.7",
    "ts-jest": "^27.1.3"
  }
}