-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 KB
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
{
"name": "astro-integration-pocketbase",
"version": "3.0.2",
"description": "An Astro integration to support developers working with astro-loader-pocketbase.",
"keywords": [
"astro",
"astro-integration",
"dev-overlay",
"dev-toolbar",
"devtools",
"pocketbase",
"tooling",
"withastro"
],
"homepage": "https://github.com/pawcoding/astro-integration-pocketbase",
"bugs": {
"url": "https://github.com/pawcoding/astro-integration-pocketbase/issues"
},
"license": "MIT",
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",
"repository": {
"type": "git",
"url": "git+https://github.com/pawcoding/astro-integration-pocketbase.git"
},
"files": [
"src",
"index.ts"
],
"type": "module",
"exports": {
".": "./index.ts"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint --type-aware --type-check",
"lint:fix": "oxlint --type-aware --type-check --fix",
"prepare": "husky",
"typecheck": "npx @typescript/native-preview --noEmit -p src/tsconfig.json"
},
"devDependencies": {
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@types/node": "24.12.0",
"astro": "6.1.5",
"eventsource": "4.1.0",
"globals": "17.5.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"oxfmt": "0.44.0",
"oxlint": "1.59.0",
"oxlint-tsgolint": "0.20.0"
},
"peerDependencies": {
"astro": "^6.0.0",
"eventsource": "^4.0.0"
},
"packageManager": "npm@11.12.1"
}