-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.69 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@hellocoop/svelte",
"version": "2.1.7",
"description": "Svelte SDK for Hellō https://hello.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/hellocoop/packages.git"
},
"homepage": "https://www.hello.dev/docs/sdks/svelte",
"scripts": {
"build": "svelte-kit sync && svelte-package && publint",
"prebuild": "rimraf dist node_modules"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"keywords": [
"reactjs",
"react",
"react.js",
"hello",
"openid",
"oidc",
"sso"
],
"author": {
"name": "Hello Identity Co-op",
"email": "[email protected]",
"url": "https://hello.coop"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hellocoop/packages/issues"
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"publint": "^0.2.12",
"svelte": "^5.10.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"gitHead": "96cc2f3fa1a3724a4a96b19cc7c5d97f04cc49f8",
"dependencies": {
"@hellocoop/definitions": "^1.0.9",
"sswr": "^2.1.0"
}
}