-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 2.79 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
114
115
{
"name": "pigeon-ai",
"private": true,
"description": "PigeonPosse collective's AI toolkit",
"keywords": [
"ai",
"toolkit",
"dev",
"pp",
"pigeonposse"
],
"homepage": "https://ai.pigeonposse.com/",
"bugs": {
"url": "https://github.com/pigeonposse/pigeon-ai/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/pigeon-ai"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"license": "GPL-3.0",
"author": {
"name": "Angelo",
"email": "[email protected]",
"url": "https://github.com/angelespejo"
},
"contributors": [
{
"name": "Alejo",
"email": "[email protected]",
"url": "https://github.com/alejomalia"
}
],
"type": "module",
"scripts": {
".": "dovenv",
"build": "pnpm run --sequential \"/build:.*/\"",
"build:_": "dovenv templates --silent",
"build:doc": "dovenv docs build --silent",
"dev": "pnpm build:_ && dovenv docs dev --silent",
"prepare": "dovenv git husky --silent",
"preview": "dovenv docs preview --silent",
"test": "pnpm run --sequential \"/test:.*/\"",
"test:check": "dovenv check --silent",
"test:lint": "dovenv lint staged --silent",
"test:transform": "dovenv transform --silent"
},
"devDependencies": {
"@dovenv/core": "1.2.3",
"@dovenv/theme-pigeonposse": "1.2.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
},
"extra": {
"id": "pigeon-ai",
"productName": "Pigeon AI",
"shortDesc": "PigeonPosse AI Toolkit",
"action": "Discover the magic of our AI tools",
"licenseUrl": "https://github.com/pigeonposse/pigeon-ai/blob/main/LICENSE",
"libraryUrl": "https://github.com/pigeonposse/pigeon-ai",
"libraryId": "pigeon-ai",
"repoId": "pigeon-ai",
"rawRepoUrl": "https://raw.githubusercontent.com/pigeonposse/pigeon-ai",
"docsUrl": "https://ai.pigeonposse.com",
"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": "[email protected]",
"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"
}
},
"libraries": [
{
"id": "brainvat",
"icon": "🧠"
},
{
"id": "personality",
"icon": "💬"
},
{
"id": "bravecore",
"icon": "💖"
},
{
"id": "smartplant",
"icon": "🌿"
},
{
"id": "env-ai",
"icon": "🤖"
}
]
}
}