ff9f84e11a
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "@atproto/lex-document",
|
|
"version": "0.0.20",
|
|
"license": "MIT",
|
|
"description": "Lexicon document validation tools for AT",
|
|
"keywords": [
|
|
"atproto",
|
|
"lexicon",
|
|
"document",
|
|
"lex"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/lex/lex-document"
|
|
},
|
|
"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-schema": "workspace:^",
|
|
"core-js": "^3",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@atproto/lex-data": "workspace:^",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"test": "vitest run"
|
|
}
|
|
}
|