ff9f84e11a
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@atproto/lex-installer",
|
|
"version": "0.0.25",
|
|
"license": "MIT",
|
|
"description": "Lexicon document packet manager for AT Lexicons",
|
|
"keywords": [
|
|
"atproto",
|
|
"lexicon",
|
|
"install",
|
|
"lex"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/lex/lex-installer"
|
|
},
|
|
"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",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@atproto/lex-builder": "workspace:^",
|
|
"@atproto/lex-cbor": "workspace:^",
|
|
"@atproto/lex-data": "workspace:^",
|
|
"@atproto/lex-document": "workspace:^",
|
|
"@atproto/lex-resolver": "workspace:^",
|
|
"@atproto/lex-schema": "workspace:^",
|
|
"@atproto/syntax": "workspace:^",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"test": "vitest run"
|
|
}
|
|
}
|