{ "name": "conga-cards", "version": "1.0.0", "description": "Conga Cards client application", "main": "dist/index.js", "typings": "dist/index.d.ts", "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "build:watch": "tsc -w", "lint": "eslint src", "prepare": "npm run build", "pretest": "npm run lint", "start": "node ./dist/app", "test": "" }, "author": "Hyperledger", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.14.0", "@hyperledger/fabric-gateway": "^1.10.0", "axios": "^1.15.0", "source-map-support": "^0.5.21" }, "devDependencies": { "@eslint/js": "^10.0.1", "@tsconfig/node20": "^20.1.9", "@types/node": "^20.19.33", "@types/source-map-support": "^0.5.6", "eslint": "^10.0.2", "typescript": "~5.8", "typescript-eslint": "^8.56.1" } }