{
  "name": "@hokuto/jam-node",
  "version": "1.0.0-rc.8",
  "description": "JAM Node TS, guardians and utils",
  "engines": {
    "node": ">=16"
  },
  "type": "module",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "types": "lib/esm/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/esm/index.d.ts",
        "default": "./lib/esm/index.js"
      },
      "require": {
        "types": "./lib/cjs/index.d.ts",
        "default": "./lib/cjs/index.js"
      }
    }
  },
  "files": [
    "lib/"
  ],
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "tsc:watch": "tsc -w -p tsconfig.json"
  },
  "keywords": [
    "JAM"
  ],
  "author": "Jose Marco Zanichelli<mjzzanichelli@gmail.com>",
  "license": "UNLICENSED",
  "userDependencies": {
    "@hokuto/jam-core": "file:./../jam-core"
  },
  "dependencies": {
    "@hokuto/jam-core": "^1.0.0-rc.8",
    "dotenv": "^16.0.3",
    "json-stream-stringify": "^3.1.2",
    "node-fetch": "^3.3.1",
    "stream-json": "^1.8.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.17",
    "@types/node": "^20.2.3",
    "@types/stream-json": "^1.7.7",
    "typescript": "^5.0.4"
  }
}
