@atproto/lexicon
Version:
atproto Lexicon schema language library
44 lines • 918 B
JSON
{
"name": "@atproto/lexicon",
"version": "0.7.7",
"license": "MIT",
"description": "atproto Lexicon schema language library",
"keywords": [
"atproto",
"lexicon"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/lexicon"
},
"files": [
"./dist",
"./README.md",
"./CHANGELOG.md"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"engines": {
"node": ">=22"
},
"dependencies": {
"multiformats": "^13.0.0",
"zod": "^3.23.8",
"@atproto/common-web": "^0.5.6",
"@atproto/syntax": "^0.7.2"
},
"devDependencies": {
"jest": "^30.0.0"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"build": "tsgo --build tsconfig.build.json"
}
}