[WIP] A (somewhat barebones) atproto app for creating custom sites without hosting!
at ba169601e8699030afdcbc4e759eebf3fa470e61 14 lines 694 B view raw
1{ 2 "tasks": { 3 "dev": "PORT=8000 deno run --watch --allow-net --allow-env=HOSTNAME,PORT,NODE_ENV src/index.ts", 4 "lexgen": "deno run --allow-env --allow-sys --allow-read=. --allow-write=./src/lexicons --no-prompt @atcute/lex-cli generate -c ./lex.config.js && cat ./src/lexicons/index.ts | sed \"s/route.js/route.ts/\" > ./src/lexicons/index.ts" 5 }, 6 "imports": { 7 "@atcute/identity-resolver": "npm:@atcute/identity-resolver@^1.1.3", 8 "@atcute/atproto": "npm:@atcute/atproto@^3.1.4", 9 "@atcute/client": "npm:@atcute/client@^4.0.3", 10 "@atcute/lex-cli": "npm:@atcute/lex-cli@^2.2.0", 11 "@atcute/lexicons": "npm:@atcute/lexicons@^1.1.1" 12 }, 13 "unstable": ["raw-imports"] 14}