forked from JitPackJoyride/lucia-adapter-edgedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 995 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@jitpackjoyride/lucia-adapter-edgedb",
"description": "Lucia adapter for EdgeDB",
"version": "0.1.0",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "bun run build.mjs",
"release": "bun run build && changeset publish",
"lint": "tsc"
},
"files": [
"dist"
],
"keywords": [
"lucia",
"edgedb",
"adapter",
"lucia-adapter",
"lucia-auth"
],
"homepage": "https://github.com/jitpackjoyride/lucia-adapter-edgedb#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jitpackjoyride/lucia-adapter-edgedb.git"
},
"bugs": "https://github.com/jitpackjoyride/lucia-adapter-edgedb/issues",
"author": "JitPackJoyride <ajitkrishna99@gmail.com>",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"bun-plugin-dts": "^0.1.0",
"bun-types": "^1.0.1",
"edgedb": "^1.3.5",
"lucia": "^2.5.0",
"typescript": "^5.2.2"
}
}