7aecc57dbb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
32 lines
716 B
JSON
32 lines
716 B
JSON
{
|
|
"name": "@atproto/common-web",
|
|
"version": "0.3.2",
|
|
"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-web"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "tsc --build tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"graphemer": "^1.4.0",
|
|
"multiformats": "^9.9.0",
|
|
"uint8arrays": "3.0.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^28.1.2",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|