{
  "name": "ts-node-esm-golem-app",
  "type": "module",
  "version": "1.0.0",
  "description": "NodeJS script using Golem Network",
  "main": "src/index.ts",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "start": "node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "keywords": [
    "golem",
    "network",
    "application"
  ],
  "dependencies": {
    "@golem-sdk/golem-js": "^3.3.0",
    "dotenv": "^16.4.5"
  },
  "devDependencies": {
    "@types/node": "^20.14.9",
    "tsx": "^4.19.0",
    "typescript": "^5.5.3"
  }
}
