ff9f84e11a
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@atproto/lex-password-session",
|
|
"version": "0.0.13",
|
|
"license": "MIT",
|
|
"description": "Password based client authentication for AT Lexicons",
|
|
"keywords": [
|
|
"atproto",
|
|
"lexicon",
|
|
"utilities"
|
|
],
|
|
"homepage": "https://atproto.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bluesky-social/atproto",
|
|
"directory": "packages/lex/lex-password-session"
|
|
},
|
|
"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-client": "workspace:^",
|
|
"@atproto/lex-schema": "workspace:^",
|
|
"tslib": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@atproto/lex-builder": "workspace:^",
|
|
"@atproto/lex-server": "workspace:^",
|
|
"vitest": "^4.0.16"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "node ./scripts/lex-build.mjs",
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"test": "vitest run"
|
|
}
|
|
}
|