{
  "name": "backend-tests",
  "version": "1.0.0",
  "description": "Backend API tests for EU ETS Web3",
  "scripts": {
    "test": "ts-mocha -p ./tsconfig.json -t 1000000 complete_system.test.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@coral-xyz/anchor": "^0.32.1",
    "@solana/spl-token": "^0.4.14",
    "@solana/web3.js": "^1.98.4",
    "@types/chai": "^4.3.20",
    "@types/mocha": "^10.0.10",
    "@types/node": "^20.19.25",
    "@types/node-fetch": "^2.6.13",
    "@types/pg": "^8.15.6",
    "chai": "^4.5.0",
    "pg": "^8.16.3",
    "ts-mocha": "^10.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "node-fetch": "^2.7.0"
  }
}
