{ "name": "vit", "version": "0.3.0", "description": "Social toolkit for personalized software", "license": "MIT", "bin": { "vit": "bin/vit.js" }, "files": [ "bin/", "src/", "skills/vit/" ], "type": "module", "scripts": { "postinstall": "node src/postinstall.js" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@atproto/api": "^0.18.20", "@atproto/common-web": "^0.4.16", "@atproto/oauth-client-node": "^0.3.16", "@ipld/dag-cbor": "^9.2.0", "@noble/curves": "^1.8.0", "@noble/hashes": "^1.7.0", "@scure/bip39": "2.0.1", "bs58": "^6.0.0", "commander": "^13.0.0", "env-paths": "4.0.0", "isomorphic-git": "1.37.0", "memfs": "4.56.10" }, "devDependencies": { "marked": "^17.0.4" } }