hoppscotch-backend-git/package.json
tlemesle 579909faf1 🔧 Use safe-stable-stringify for synced workspace JSON
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 17:52:17 +02:00

30 lines
990 B
JSON

{
"name": "hoppscotch-backend-git",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "bun run src/mod.ts",
"compile": "bun build --compile --define '__IS_COMPILED__=true' src/mod.ts --outfile hoppscotch-backend-git",
"prepare:webapp": "bun run scripts/prepare-webapp-frontend.ts",
"test": "bun test ./tests",
"typecheck": "tsc --noEmit",
"postinstall": "bun run scripts/build-hoppscotch-data.ts"
},
"dependencies": {
"@hoppscotch/data": "file:./.cache/hoppscotch-data",
"@noble/hashes": "^2.2.0",
"graphql": "^16.11.0",
"graphql-yoga": "^5.13.5",
"joi": "^17.13.3",
"jose": "^6.0.11",
"safe-stable-stringify": "^2.5.0"
},
"devDependencies": {
"@hoppscotch/cli": "^0.31.3",
"@import-meta-env/cli": "^0.7.4",
"@types/bun": "latest",
"axios": "^1.10.0",
"typescript": "~6.0.0"
}
}