Move from GitHub to Tangled
1{
2 "name": "tangled-sync",
3 "version": "1.0.0",
4 "description": "Sync GitHub repos to Tangled with ATProto records",
5 "main": "src/index.ts",
6 "scripts": {
7 "sync": "ts-node src/index.ts"
8 },
9 "dependencies": {
10 "@atproto/api": "^0.17.2",
11 "dotenv": "^16.0.0"
12 },
13 "devDependencies": {
14 "ts-node": "^10.9.2",
15 "typescript": "^5.9.3"
16 },
17 "author": "",
18 "license": "MIT"
19}