-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.99 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "pigeonposse-web",
"private": true,
"description": "Repository for PigeonPosse Official webs ✨",
"keywords": [
"api",
"esm",
"node",
"pigeon",
"pigeonposse",
"pp",
"web"
],
"homepage": "https://pigeonposse.com/",
"bugs": {
"url": "https://github.com/pigeonposse/pigeon-web/issues",
"email": "dev@pigeonposse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/pigeon-web"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"license": "GPL-3.0",
"author": {
"name": "Angelo",
"email": "angelo@pigeonposse.com",
"url": "https://github.com/angelespejo"
},
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"+": "bash .dovenv/run.sh --org",
"++": "bash .dovenv/run.sh",
".": "dovenv",
"build": "pnpm + api-config-2025 build && pnpm + api-2025 build && pnpm + api-client-2025 build && pnpm + check-2025 build && pnpm + web-2025 build",
"build-container": "docker compose -f packages/web/docker-compose.yml",
"test": "pnpm run --sequential \"/test:.*/\"",
"test:check-ws": "dovenv check --silent",
"test:pkgs": "pnpm -F '*' run check && pnpm -F '*' run test"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.1",
"@dovenv/core": "1.4.7",
"@dovenv/theme-pigeonposse": "1.4.7",
"@playwright/test": "1.51.1",
"@sveltejs/eslint-config": "8.2.0",
"@types/node": "22.14.1",
"eslint": "9.24.0",
"internal-ip": "8.0.0",
"tslib": "2.8.1",
"typescript": "5.8.3",
"unbuild": "3.5.0",
"vitest": "3.1.1"
},
"packageManager": "pnpm@10.8.1",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"workerd"
]
},
"extra": {
"id": "pigeon-web",
"productName": "PigeonPosse Web",
"libraryURL": "https://www.npmjs.com/package/pigeon-web",
"licenseURL": "https://github.com/pigeonposse/pigeon-web/blob/main/LICENSE",
"changelogURL": "https://github.com/pigeonposse/pigeon-web/blob/main/packages/web/CHANGELOG.md",
"contributingURL": "https://github.com/pigeonposse/.github/blob/main/CONTRIBUTING.md",
"libraryID": "pigeon-web-2025",
"repoID": "pigeon-web",
"rawRepoURL": "https://raw.githubusercontent.com/pigeonposse/pigeon-web",
"docsURL": "https://github.com/pigeonposse/pigeon-web/blob/main/docs",
"type": "library",
"subtype": [
"bin",
"cli",
"env"
],
"collective": {
"id": "pigeonposse",
"name": "PigeonPosse",
"funding": "https://pigeonposse.com/?popup=donate",
"gh": "https://github.com/pigeonposse",
"about": "https://pigeonposse.com?popup=about",
"url": "https://pigeonposse.com",
"web": "https://pigeonposse.com",
"email": "dev@pigeonposse.com",
"socialUser": {
"twitter": "pigeonposse_",
"instagram": "pigeon.posse",
"medium": "pigeonposse"
},
"social": {
"twitter": "https://twitter.com/pigeonposse_",
"instagram": "https://www.instagram.com/pigeon.posse/",
"medium": "https://medium.com/@pigeonposse"
}
}
}
}