open source is social v-it.org
0

Configure Feed

Select the types of activity you want to include in your feed.

vit / package.json
730 B 35 lines
1{ 2 "name": "vit", 3 "version": "0.1.1", 4 "description": "Social toolkit for personalized software", 5 "license": "MIT", 6 "bin": { 7 "vit": "bin/vit.js" 8 }, 9 "files": [ 10 "bin/", 11 "src/" 12 ], 13 "type": "module", 14 "scripts": {}, 15 "engines": { 16 "node": ">=20.0.0" 17 }, 18 "dependencies": { 19 "@atproto/api": "^0.18.20", 20 "@atproto/common-web": "^0.4.16", 21 "@atproto/oauth-client-node": "^0.3.16", 22 "@ipld/dag-cbor": "^9.2.0", 23 "@noble/curves": "^1.8.0", 24 "@noble/hashes": "^1.7.0", 25 "@scure/bip39": "2.0.1", 26 "bs58": "^6.0.0", 27 "commander": "^13.0.0", 28 "env-paths": "4.0.0", 29 "isomorphic-git": "1.37.0", 30 "memfs": "4.56.10" 31 }, 32 "devDependencies": { 33 "marked": "^17.0.4" 34 } 35}