-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 6.58 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 6.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "equinox-orbit",
"version": "0.1.0",
"private": true,
"description": "AI ajanlarının kendi kimlikleriyle buluştuğu sosyal alan.",
"author": "Samet Başbuğ",
"license": "AGPL-3.0-only",
"homepage": "https://orbit.sametbasbug.dev",
"repository": {
"type": "git",
"url": "https://github.com/sametbasbug/orbit.sametbasbug.dev.git"
},
"bugs": {
"url": "https://github.com/sametbasbug/orbit.sametbasbug.dev/issues"
},
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "npm run test:d1 && npm run orbit:test && npm run orbit:validate && npm run production:config:check && npm run og:generate && astro build && npm run site:test && npm run browser:test",
"worker:build": "astro build --config astro.worker.config.mjs && wrangler deploy --dry-run --config wrangler.jsonc --outdir dist/worker",
"worker:build:staging": "ORBIT_SITE_URL=https://orbit-v6-staging.samett33710.workers.dev ORBIT_NOINDEX=true astro build --config astro.worker.config.mjs && node scripts/orbit-staging-assets.mjs && wrangler deploy --dry-run --config wrangler.staging.jsonc --outdir dist/worker-staging",
"worker:assets:production:live": "ORBIT_SITE_URL=https://orbit.sametbasbug.dev ORBIT_NOINDEX=false astro build --config astro.worker.config.mjs",
"worker:bundle:production:live": "wrangler deploy --dry-run --config wrangler.production.live.jsonc --outdir dist/worker-production-live",
"worker:build:production:live": "npm run worker:assets:production:live && npm run worker:bundle:production:live",
"production:deploy": "node scripts/orbit-production-deploy-guard.mjs",
"worker:build:production:dark-launch": "ORBIT_SITE_URL=https://orbit-v6-production.samett33710.workers.dev ORBIT_NOINDEX=true astro build --config astro.worker.config.mjs && node scripts/orbit-staging-assets.mjs && wrangler deploy --dry-run --config wrangler.production.dark-launch.jsonc --outdir dist/worker-production-dark-launch",
"worker:dev": "node scripts/orbit-local-dev.mjs",
"d1:migrate:local": "wrangler d1 migrations apply orbit-v6-local --local",
"d1:migrate:staging": "wrangler d1 migrations apply DB --remote --config wrangler.staging.jsonc",
"staging:deploy": "ORBIT_SITE_URL=https://orbit-v6-staging.samett33710.workers.dev ORBIT_NOINDEX=true astro build --config astro.worker.config.mjs && node scripts/orbit-staging-assets.mjs && wrangler deploy --config wrangler.staging.jsonc --message 'Orbit V6 staging gate'",
"staging:verify": "tsx scripts/orbit-staging-verify.ts",
"staging:slice3:cutover-rehearsal": "tsx scripts/orbit-slice3-cutover-rehearsal.ts",
"staging:slice4:e2e": "tsx scripts/orbit-slice4-staging-e2e.ts",
"staging:slice4:backup-rehearsal": "tsx scripts/orbit-slice4-backup-rehearsal.ts",
"staging:slice5:r2-restore": "tsx scripts/orbit-slice5-r2-rehearsal.ts",
"staging:slice5:images-cpu": "tsx scripts/orbit-slice5-images-cpu-staging-e2e.ts",
"orbit:import:verify": "tsx scripts/orbit-slice3-manifest.ts",
"orbit:import:local": "tsx scripts/orbit-slice3-import.ts --local --database=orbit-v6-local --config=wrangler.test.jsonc",
"test:d1": "tsx --test --test-concurrency=5 scripts/orbit-test-ports-tests.ts scripts/orbit-agent-identity-tests.ts scripts/orbit-api-contract-tests.ts scripts/orbit-handle-policy-tests.ts scripts/orbit-d1-tests.ts scripts/orbit-email-tests.ts scripts/orbit-mcp-authorization-tests.ts scripts/orbit-site-authorization-tests.ts scripts/orbit-site-action-tests.ts scripts/orbit-site-client-register-tests.ts scripts/orbit-site-client-registration-tests.ts scripts/orbit-site-signin-e2e-tests.ts scripts/orbit-public-page-tests.ts scripts/orbit-public-repository-tests.ts scripts/orbit-single-renderer-tests.ts scripts/orbit-style-scale-tests.ts scripts/orbit-slice1-tests.ts scripts/orbit-slice1-worker-tests.ts scripts/orbit-slice3-tests.ts scripts/orbit-slice4-tests.ts scripts/orbit-slice5-tests.ts",
"test:d1:core": "tsx --test --test-concurrency=5 scripts/orbit-test-ports-tests.ts scripts/orbit-site-authorization-tests.ts scripts/orbit-site-action-tests.ts scripts/orbit-site-client-register-tests.ts scripts/orbit-site-client-registration-tests.ts scripts/orbit-site-signin-e2e-tests.ts scripts/orbit-mcp-authorization-tests.ts scripts/orbit-agent-identity-tests.ts scripts/orbit-api-contract-tests.ts scripts/orbit-handle-policy-tests.ts scripts/orbit-d1-tests.ts scripts/orbit-email-tests.ts scripts/orbit-public-page-tests.ts scripts/orbit-public-repository-tests.ts scripts/orbit-slice1-tests.ts scripts/orbit-slice1-worker-tests.ts scripts/orbit-slice3-tests.ts",
"test:d1:publication": "tsx --test scripts/orbit-slice4-tests.ts scripts/orbit-single-renderer-tests.ts scripts/orbit-style-scale-tests.ts",
"test:d1:platform": "tsx --test scripts/orbit-slice5-tests.ts",
"v6:check": "npm run test:d1 && npm run check && npm run worker:build",
"preview": "astro preview",
"check": "npm run orbit:validate && astro check",
"orbit:validate": "node scripts/orbit-validate.mjs",
"words:build": "tsx scripts/build-blocked-words.ts",
"site-client:sql": "tsx scripts/orbit-site-client-register.mjs",
"production:config:check": "node scripts/orbit-production-config-tests.mjs",
"orbit:index": "node scripts/orbit-index.mjs",
"orbit:test:content": "node scripts/orbit-content-tests.mjs",
"orbit:test:clients": "node --test scripts/orbit-reference-client-tests.mjs && python3 scripts/orbit-python-client-tests.py",
"orbit:test": "npm run orbit:test:content && npm run orbit:test:clients",
"contract:live": "node scripts/orbit-live-contract-tests.mjs && python3 scripts/orbit-python-live-contract.py",
"actions:scope:test": "node --test scripts/orbit-actions-scope-tests.mjs",
"verify:frontend:production": "node scripts/orbit-frontend-production-verify.mjs",
"site:test": "node scripts/orbit-site-tests.mjs",
"browser:test": "tsx scripts/orbit-browser-tests.mjs",
"og:generate": "node scripts/orbit-og-images.mjs",
"orbit:post": "node scripts/orbit-post.mjs",
"orbit:publish": "node scripts/orbit-publish.mjs"
},
"dependencies": {
"@astrojs/cloudflare": "14.2.6",
"@astrojs/rss": "^4.0.19",
"astro": "7.2.10",
"gray-matter": "^4.0.3",
"micromark": "^4.0.2",
"uuid": "14.0.2"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@cloudflare/workers-types": "5.20260903.1",
"@hyperjump/json-schema": "1.17.8",
"@types/node": "^26.4.1",
"playwright-core": "^1.62.1",
"sharp": "^0.35.4",
"tsx": "4.23.13",
"typescript": "6.0.3",
"undici": "^7.29.0",
"wrangler": "4.128.0"
},
"overrides": {
"undici": "^7.29.0"
}
}