@atproto/repo
Version:
atproto repo and MST implementation
41 lines • 972 B
JSON
{
"name": "@atproto/repo",
"version": "0.8.5",
"license": "MIT",
"description": "atproto repo and MST implementation",
"keywords": [
"atproto",
"mst"
],
"engines": {
"node": ">=18.7.0"
},
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/repo"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@ipld/dag-cbor": "^7.0.0",
"multiformats": "^9.9.0",
"uint8arrays": "3.0.0",
"varint": "^6.0.0",
"zod": "^3.23.8",
"@atproto/common": "^0.4.11",
"@atproto/common-web": "^0.4.2",
"@atproto/crypto": "^0.4.4",
"@atproto/lexicon": "^0.4.12"
},
"devDependencies": {
"jest": "^28.1.2",
"typescript": "^5.6.3"
},
"scripts": {
"test": "jest",
"test:profile": "node --inspect ../../node_modules/.bin/jest",
"build": "tsc --build tsconfig.build.json"
}
}