Something went wrong. Try again.
Atmosphere Status dashboard page
Something went wrong. Try again.
atmo-status package.json
712 B · 27 lines
JSON
at master
12345678910111213141516171819202122232425262728{ "type": "module", "scripts": { "build": "bun build.js", "dev": "bun serve.js", "lint": "eslint .", "lint:std": "eslint --no-config-lookup --config eslint-std.config.js .", "check": "svelte-check --tsconfig ./tsconfig.json", "test": "bun test", "test:watch": "bun test --watch" }, "dependencies": { "@atcute/atproto": "^4.0.4", "@atcute/firehose": "^1.2.0", "svelte": "^5.57.0" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/bun": "^1.3.14", "bun-plugin-svelte": "^0.0.6", "eslint": "^10.10.0", "eslint-plugin-svelte": "^3.23.0", "svelte-check": "^4.7.6", "typescript": "^6.0.3", "typescript-eslint": "^8.70.0" }}