@code0-tech/sagittarius-graphql-types 0.0.0-6f0b32a0eb18c9c3569a090f089c6adf1b4d666c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1627 -0
- package/index.js +0 -0
- package/package.json +32 -0
package/index.js
ADDED
|
File without changes
|
package/package.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@code0-tech/sagittarius-graphql-types",
|
|
3
|
+
"version": "0.0.0-6f0b32a0eb18c9c3569a090f089c6adf1b4d666c",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"generate": "graphql-codegen --config codegen.yml"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/code0-tech/sagittarius.git"
|
|
13
|
+
},
|
|
14
|
+
"author": "",
|
|
15
|
+
"license": "",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/code0-tech/sagittarius/issues"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/code0-tech/sagittarius#readme",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@graphql-codegen/cli": "^5.0.5",
|
|
22
|
+
"@graphql-codegen/typescript": "^4.1.5"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"index.d.ts",
|
|
26
|
+
"index.js",
|
|
27
|
+
"package.json"
|
|
28
|
+
],
|
|
29
|
+
"publishConfig": {
|
|
30
|
+
"access": "public"
|
|
31
|
+
}
|
|
32
|
+
}
|