5b6e0611d6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"name": "@atproto/repo",
|
|
"version": "0.6.2",
|
|
"license": "MIT",
|
|
"description": "atproto repo and MST implementation",
|
|
"keywords": [
|
|
"atproto",
|
|
"mst"
|
|
],
|
|
"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",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:profile": "node --inspect ../../node_modules/.bin/jest",
|
|
"build": "tsc --build tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/common": "workspace:^",
|
|
"@atproto/common-web": "workspace:^",
|
|
"@atproto/crypto": "workspace:^",
|
|
"@atproto/lexicon": "workspace:^",
|
|
"@ipld/car": "^3.2.3",
|
|
"@ipld/dag-cbor": "^7.0.0",
|
|
"multiformats": "^9.9.0",
|
|
"uint8arrays": "3.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^28.1.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|