package.json
json
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d
docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge
Human
13 hours ago
| 1 | { |
| 2 | "name": "@knowtation/hub-bridge", |
| 3 | "version": "0.1.0", |
| 4 | "description": "GitHub connect + Back up now for hosted Knowtation: store token, fetch vault from canister, push to user repo", |
| 5 | "type": "module", |
| 6 | "main": "server.mjs", |
| 7 | "scripts": { |
| 8 | "start": "node server.mjs", |
| 9 | "dev": "node --watch server.mjs" |
| 10 | }, |
| 11 | "engines": { |
| 12 | "node": ">=18" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@netlify/blobs": "^10.7.2", |
| 16 | "dotenv": "^16.3.1", |
| 17 | "express": "^4.18.2", |
| 18 | "jsonwebtoken": "^9.0.2" |
| 19 | } |
| 20 | } |
File History
1 commit
sha256:8915fe406161f95c1681f9469375e7bae5b28c884f00bedbdef65e4b0cd0738d
docs(flow): commit FLOW-V0-SPEC.md hygiene for 7A-INT merge
Human
13 hours ago