@code0-tech/sagittarius-graphql-types 0.0.0-25fbf0c9e886bd28673ab74a9e554aa777aff987

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.
Files changed (3) hide show
  1. package/index.d.ts +2644 -0
  2. package/index.js +0 -0
  3. package/package.json +33 -0
package/index.js ADDED
File without changes
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@code0-tech/sagittarius-graphql-types",
3
+ "version": "0.0.0-25fbf0c9e886bd28673ab74a9e554aa777aff987",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "types": "index.d.ts",
7
+ "scripts": {
8
+ "generate": "graphql-codegen --config codegen.ts"
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
+ "tag": "latest"
32
+ }
33
+ }