Something went wrong. Try again.
Website hub for the atmosphere community, aggregating posts, events, regional, and more
Something went wrong. Try again.
atmosphere.community package.json
1.1 kB · 40 lines
JSON
1234567891011121314151617181920212223242526272829303132333435363738394041{ "name": "atproto-community", "type": "module", "version": "0.0.1", "engines": { "node": ">=22.12.0" }, "scripts": { "dev": "astro dev", "build": "astro build", "check:astro": "astro check", "check:types": "tsc --noEmit", "test": "tsx --test 'src/**/*.test.ts'", "verify": "npm run check:astro && npm run check:types && npm test", "preview": "astro preview", "start": "node ./dist/server/entry.mjs", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.8", "@astrojs/node": "^10.0.5", "@atproto/api": "^0.17.3", "@atproto/identity": "^0.4.8", "@atproto/lex": "^0.1.0", "@atproto/syntax": "^0.4.3", "@fujocoded/astro-atproto-loader": "^0.2.1", "@fujocoded/astro-smooth-actions": "^0.0.1", "@fujocoded/authproto": "^0.3.1", "astro": "^6.1.7", "js-yaml": "^4.1.0", "mdast-util-to-string": "^4.0.0", "remark": "^15.0.1", "typescript": "^5.9.3" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^25.8.0", "tsx": "^4.23.1" }}