Files
github-actions[bot] ff9f84e11a Version packages (#4851)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-15 10:06:49 +02:00

54 lines
1.2 KiB
JSON

{
"name": "@atproto/lex-builder",
"version": "0.0.22",
"license": "MIT",
"description": "TypeScript schema builder for AT Lexicons",
"keywords": [
"atproto",
"lexicon",
"build",
"lex"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/lex/lex-builder"
},
"files": [
"./src",
"./tsconfig.build.json",
"./tsconfig.tests.json",
"./tsconfig.json",
"./dist",
"./CHANGELOG.md"
],
"sideEffects": false,
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.js"
}
},
"dependencies": {
"@atproto/lex-document": "workspace:^",
"@atproto/lex-schema": "workspace:^",
"prettier": "^3.2.5",
"ts-morph": "^27.0.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@ts-morph/common": "^0.28.0",
"vitest": "^4.0.16"
},
"scripts": {
"build": "tsc --build tsconfig.build.json",
"test": "vitest run"
}
}