-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 971 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
{
"name": "lucia-surrealdb-adapter",
"version": "1.0.1",
"author": "Ciska",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CiskaLV/lucia-surrealdb-adapter.git"
},
"main": "dist/index.js",
"devDependencies": {
"@lucia-auth/adapter-test": "^5.0.1",
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.3",
"lucia": "^3.2.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"surrealdb.js": "^1.0.0-beta.9",
"lucia": "3.x"
},
"bugs": "https://github.com/CiskaLV/lucia-surrealdb-adapter/issues",
"files": [
"dist"
],
"homepage": "https://github.com/CiskaLV/lucia-surrealdb-adapter#readme",
"keywords": [
"lucia",
"surrealdb",
"adapter"
],
"scripts": {
"build": "bun run build.mjs",
"prepublishOnly": "bun run build"
},
"types": "dist/index.d.ts"
}