-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
47 lines (47 loc) · 1.18 KB
/
META.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "beeper_desktop_api",
"abstract": "The official PostgreSQL extension for the Beeper Desktop API.",
"tags": [
"api",
"http",
"rest",
"sdk"
],
"version": "0.0.1",
"release_status": "testing",
"maintainer": "Beeper Desktop <help@beeper.com>",
"generated_by": "Stainless (https://stainless.com)",
"license": "mit",
"resources": {
"homepage": "https://developers.beeper.com/desktop-api/",
"bugtracker": {
"web": "https://www.github.com/beeper/desktop-api-sql/issues",
"mailto": "help@beeper.com"
},
"repository": {
"url": "git://github.com/beeper/desktop-api-sql.git",
"web": "https://www.github.com/beeper/desktop-api-sql",
"type": "git"
}
},
"provides": {
"beeper_desktop_api": {
"abstract": "The official PostgreSQL extension for the Beeper Desktop API.",
"file": "sql/build/beeper_desktop_api--0.0.1.sql",
"docfile": "README.md",
"version": "0.0.1"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0",
"plpython3u": "0"
}
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}