1
1
{
2
- "name" : " @guildedjs/guilded-api-typings" ,
3
- "version" : " 3 .0.2 " ,
4
- "description" : " Typings for the guilded API" ,
5
- "author" :
" Zaid \" Nico\" <[email protected] >" ,
6
- "license" : " MIT" ,
7
- "types" : " dist/index.d.ts" ,
8
- "main" : " dist/index.js" ,
9
- "typedoc" : {
10
- "entryPoint" : " lib/index.ts"
11
- },
12
- "scripts" : {
13
- "build" : " tsc" ,
14
- "build:typecheck" : " tsc --noEmit" ,
15
- "prepublishOnly" : " rimraf dist/ && pnpm run build" ,
16
- "generate:ws" : " openapi-typescript \" https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts" ,
17
- "generate:rest" : " openapi-typescript \" https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
18
- },
19
- "devDependencies" : {
20
- "openapi-typescript" : " ^6.2.4" ,
21
- "typescript" : " 5.0.4"
22
- },
23
- "contributors" : [
24
- {
25
- "name" : " Zaid \" Nico\" " ,
26
-
27
- "url" : " https://github.com/zaida04"
28
- },
29
- {
30
- "name" : " Skillz4Killz" ,
31
-
32
- "url" : " https://github.com/Skillz4Killz"
33
- },
34
- {
35
- "name" : " Uhuh \" Dylan\" " ,
36
-
37
- "url" : " https://github.com/uhuh"
38
- },
39
- {
40
- "name" : " DaStormer" ,
41
-
42
- "url" : " https://github.com/DaStormer"
43
- }
44
- ],
45
- "keywords" : [
46
- " guilded" ,
47
- " guildedjs" ,
48
- " guilded.js" ,
49
- " guilded-api" ,
50
- " guilded-api-wrapper" ,
51
- " guilded-wrapper" ,
52
- " guilded-api-typings"
53
- ],
54
- "files" : [
55
- " dist"
56
- ],
57
- "homepage" : " https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme" ,
58
- "repository" : {
59
- "type" : " git" ,
60
- "url" : " git+https://github.com/guildedjs/guilded.js.git"
61
- },
62
- "bugs" : {
63
- "url" : " https://github.com/guildedjs/guilded.js/issues"
64
- },
65
- "gitHead" : " eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
66
- }
2
+ "name" : " @guildedjs/guilded-api-typings" ,
3
+ "version" : " 4 .0.0 " ,
4
+ "description" : " Typings for the guilded API" ,
5
+ "author" :
" Zaid \" Nico\" <[email protected] >" ,
6
+ "license" : " MIT" ,
7
+ "types" : " dist/index.d.ts" ,
8
+ "main" : " dist/index.js" ,
9
+ "typedoc" : {
10
+ "entryPoint" : " lib/index.ts"
11
+ },
12
+ "scripts" : {
13
+ "build" : " tsc" ,
14
+ "build:typecheck" : " tsc --noEmit" ,
15
+ "prepublishOnly" : " rimraf dist/ && pnpm run build" ,
16
+ "generate:ws" : " openapi-typescript \" https://www.guilded.gg/api/v1/socket-open-api-schema.json\" --output lib/v1/ws.ts" ,
17
+ "generate:rest" : " openapi-typescript \" https://www.guilded.gg/api/v1/open-api-schema.json\" --output lib/v1/rest.ts"
18
+ },
19
+ "devDependencies" : {
20
+ "openapi-typescript" : " ^6.2.4" ,
21
+ "typescript" : " 5.0.4"
22
+ },
23
+ "contributors" : [
24
+ {
25
+ "name" : " Zaid \" Nico\" " ,
26
+
27
+ "url" : " https://github.com/zaida04"
28
+ },
29
+ {
30
+ "name" : " Skillz4Killz" ,
31
+
32
+ "url" : " https://github.com/Skillz4Killz"
33
+ },
34
+ {
35
+ "name" : " Uhuh \" Dylan\" " ,
36
+
37
+ "url" : " https://github.com/uhuh"
38
+ },
39
+ {
40
+ "name" : " DaStormer" ,
41
+
42
+ "url" : " https://github.com/DaStormer"
43
+ }
44
+ ],
45
+ "keywords" : [
46
+ " guilded" ,
47
+ " guildedjs" ,
48
+ " guilded.js" ,
49
+ " guilded-api" ,
50
+ " guilded-api-wrapper" ,
51
+ " guilded-wrapper" ,
52
+ " guilded-api-typings"
53
+ ],
54
+ "files" : [
55
+ " dist"
56
+ ],
57
+ "homepage" : " https://github.com/guildedjs/guilded.js/tree/main/packages/guilded-api-typings#readme" ,
58
+ "repository" : {
59
+ "type" : " git" ,
60
+ "url" : " git+https://github.com/guildedjs/guilded.js.git"
61
+ },
62
+ "bugs" : {
63
+ "url" : " https://github.com/guildedjs/guilded.js/issues"
64
+ },
65
+ "gitHead" : " eee38a19e0bfa812d7136cc78a6bc99e0b402b0c"
66
+ }
0 commit comments