7aecc57dbb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
35 lines
822 B
JSON
35 lines
822 B
JSON
{
|
|
"name": "@atproto/common",
|
|
"version": "0.4.6",
|
|
"license": "MIT",
|
|
"description": "Shared web-platform-friendly code for atproto libraries",
|
|
"keywords": [
|
|
"atproto"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/common"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc --build tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@atproto/common-web": "workspace:^",
|
|
"@ipld/dag-cbor": "^7.0.3",
|
|
"cbor-x": "^1.5.1",
|
|
"iso-datestring-validator": "^2.2.2",
|
|
"multiformats": "^9.9.0",
|
|
"pino": "^8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^28.1.2",
|
|
"typescript": "^5.6.3",
|
|
"uint8arrays": "3.0.0"
|
|
}
|
|
}
|