Matthieu Sieben 9d40ccbb69
Various OAuth related fixes (#2871)
* wip

* tidy

* tidy

* tidy

* Update packages/oauth/oauth-client/src/session-getter.ts

Co-authored-by: devin ivy <devinivy@gmail.com>

* fix combineSignals

* tidy

* tidy

* improve typing of atprotoScopeSchema

* stronger typings

* tidy

* ci

* Fix cors error

* downgrade ioredis dependency

* fix ioredis version

* tidy

---------

Co-authored-by: devin ivy <devinivy@gmail.com>
2024-10-18 20:23:33 +02:00

40 lines
886 B
JSON

{
"name": "@atproto-labs/rollup-plugin-bundle-manifest",
"version": "0.1.0",
"license": "MIT",
"description": "Library for generating a manifest of bundled files from a Rollup build",
"keywords": [
"atproto",
"rollup",
"manifest"
],
"homepage": "https://atproto.com",
"repository": {
"type": "git",
"url": "https://github.com/bluesky-social/atproto",
"directory": "packages/internal/rollup-plugin-bundle-manifest"
},
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"dependencies": {
"mime": "^3.0.0"
},
"peerDependencies": {
"rollup": "^4.0.0"
},
"devDependencies": {
"rollup": "^4.10.0",
"typescript": "^5.6.3"
},
"scripts": {
"build": "tsc --build tsconfig.json"
}
}