open source is social v-it.org
at main 38 lines 797 B view raw
1{ 2 "name": "vit", 3 "version": "0.3.0", 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 "skills/vit/" 13 ], 14 "type": "module", 15 "scripts": { 16 "postinstall": "node src/postinstall.js" 17 }, 18 "engines": { 19 "node": ">=20.0.0" 20 }, 21 "dependencies": { 22 "@atproto/api": "^0.18.20", 23 "@atproto/common-web": "^0.4.16", 24 "@atproto/oauth-client-node": "^0.3.16", 25 "@ipld/dag-cbor": "^9.2.0", 26 "@noble/curves": "^1.8.0", 27 "@noble/hashes": "^1.7.0", 28 "@scure/bip39": "2.0.1", 29 "bs58": "^6.0.0", 30 "commander": "^13.0.0", 31 "env-paths": "4.0.0", 32 "isomorphic-git": "1.37.0", 33 "memfs": "4.56.10" 34 }, 35 "devDependencies": { 36 "marked": "^17.0.4" 37 } 38}