-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
113 lines (113 loc) · 3.34 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
111
112
113
{
"name": "collectium-mono",
"private": true,
"description": "Collect information from GitHub and other URLs in a completely customized way",
"keywords": [
"backend",
"api",
"github",
"gh",
"pp",
"pigeonposse"
],
"homepage": "https://collectium.pigeonposse.com/",
"bugs": {
"url": "https://github.com/pigeonposse/collectium/issues",
"email": "dev@pigeonposse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/collectium"
},
"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/*",
"packages/preset/*"
],
"scripts": {
"+": "pnpm -F $@",
"++": "run() { pnpm -F @*/\"${@:1}\"; }; run $@",
".": "dovenv",
"build": "pnpm + core build && pnpm + check build && pnpm + cli build && pnpm + collectium build && pnpm + api build && pnpm + builder build && pnpm + 'preset*' build",
"build-assets": "dovenv docs generate-assets --flag=\"--preset minimal\" --flag=\"docs/public/logo.png\"",
"build-docs": "dovenv predocs && dovenv docs build",
"prepare": "dovenv git husky --silent",
"test": "pnpm run --sequential \"/test:.*/\"",
"test:pkgs": "pnpm -F '*' run check && pnpm -F '*' run test",
"test:ws-check": "dovenv check --silent",
"test:ws-transform": "dovenv transform --silent"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@dovenv/core": "1.3.2",
"@dovenv/theme-pigeonposse": "1.3.2",
"@playwright/test": "1.50.1",
"@types/node": "22.13.1",
"tslib": "2.8.1",
"tsx": "4.19.2",
"typescript": "5.7.3",
"unbuild": "3.3.1",
"vite": "6.1.0",
"vite-plugin-dts": "4.5.0",
"vitest": "3.0.5"
},
"packageManager": "pnpm@10.3.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
},
"extra": {
"id": "collectium",
"shortDesc": "Collect information from GitHub and other URLs",
"action": "Create a Rest API based on your repositories",
"productName": "Collectium",
"libraryURL": "https://www.npmjs.com/package/collectium",
"libraryID": "collectium",
"repoID": "collectium",
"rawRepoURL": "https://raw.githubusercontent.com/pigeonposse/collectium",
"docsURL": "https://collectium.pigeonposse.com",
"changelogURL": "https://github.com/pigeonposse/collectium/blob/main/packages/collectium/CHANGELOG.md",
"contributingURL": "https://github.com/pigeonposse/.github/blob/main/CONTRIBUTING.md",
"licenseURL": "https://github.com/pigeonposse/collectium/blob/main/LICENSE",
"collective": {
"id": "pigeonposse",
"name": "PigeonPosse",
"gh": "https://github.com/pigeonposse",
"about": "https://pigeonposse.com?popup=about",
"funding": "https://pigeonposse.com/?popup=donate",
"email": "dev@pigeonposse.com",
"url": "https://pigeonposse.com",
"socialUser": {
"twitter": "pigeonposse_",
"instagram": "pigeon.posse",
"medium": "pigeonposse"
},
"social": {
"web": "https://pigeonposse.com",
"email": "dev@pigeonposse.com",
"twitter": "https://twitter.com/pigeonposse_",
"instagram": "https://www.instagram.com/pigeon.posse/",
"medium": "https://medium.com/@pigeonposse"
}
}
},
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"core-js-pure",
"esbuild",
"vue-demi",
"workerd"
]
}
}