@metatrongg/sdk 0.8.0-dev.1703dbe → 0.8.0-dev.65a4da4

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 (2) hide show
  1. package/package.json +113 -113
  2. package/LICENSE +0 -1
package/package.json CHANGED
@@ -1,114 +1,114 @@
1
1
  {
2
- "name": "@metatrongg/sdk",
3
- "version": "0.8.0-dev.1703dbe",
4
- "description": "Typed TypeScript client for the Metatron API -- generated from the published OpenAPI spec. OAuth 2.1, payments, realtime sockets, webhook verification, and the full user/developer/admin surface.",
5
- "type": "module",
6
- "license": "SEE LICENSE IN LICENSE",
7
- "homepage": "https://github.com/yokai-laboratory/metatron/tree/main/packages/sdk#readme",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/yokai-laboratory/metatron.git",
11
- "directory": "packages/sdk"
12
- },
13
- "bugs": {
14
- "url": "https://github.com/yokai-laboratory/metatron/issues"
15
- },
16
- "keywords": [
17
- "metatron",
18
- "sdk",
19
- "openapi",
20
- "oauth2",
21
- "pkce",
22
- "payments",
23
- "typescript",
24
- "zod"
25
- ],
26
- "sideEffects": false,
27
- "publishConfig": {
28
- "access": "public"
29
- },
30
- "files": [
31
- "dist",
32
- "LICENSE",
33
- "README.md"
34
- ],
35
- "exports": {
36
- ".": {
37
- "types": "./dist/index.d.ts",
38
- "default": "./dist/index.js"
39
- },
40
- "./browser": {
41
- "types": "./dist/browser/index.d.ts",
42
- "default": "./dist/browser/index.js"
43
- },
44
- "./node": {
45
- "types": "./dist/node/index.d.ts",
46
- "default": "./dist/node/index.js"
47
- },
48
- "./react": {
49
- "types": "./dist/react/index.d.ts",
50
- "default": "./dist/react/index.js"
51
- },
52
- "./contracts": {
53
- "types": "./dist/contracts/index.d.ts",
54
- "default": "./dist/contracts/index.js"
55
- },
56
- "./webhook": {
57
- "types": "./dist/webhook/index.d.ts",
58
- "default": "./dist/webhook/index.js"
59
- },
60
- "./webhook/hono": {
61
- "types": "./dist/webhook/hono.d.ts",
62
- "default": "./dist/webhook/hono.js"
63
- },
64
- "./webhook/express": {
65
- "types": "./dist/webhook/express.d.ts",
66
- "default": "./dist/webhook/express.js"
67
- },
68
- "./webhook/fastify": {
69
- "types": "./dist/webhook/fastify.d.ts",
70
- "default": "./dist/webhook/fastify.js"
71
- }
72
- },
73
- "dependencies": {
74
- "zod": "4.4.3"
75
- },
76
- "peerDependencies": {
77
- "hono": "4.12.23",
78
- "react": "19.2.7"
79
- },
80
- "peerDependenciesMeta": {
81
- "hono": {
82
- "optional": true
83
- },
84
- "react": {
85
- "optional": true
86
- }
87
- },
88
- "devDependencies": {
89
- "@hey-api/openapi-ts": "0.98.1",
90
- "@types/node": "25.9.1",
91
- "@types/react": "19.2.16",
92
- "@vitest/coverage-v8": "4.1.8",
93
- "eslint": "10.4.1",
94
- "hono": "4.12.23",
95
- "react": "19.2.7",
96
- "tsdown": "0.22.1",
97
- "typescript": "6.0.3",
98
- "vitest": "4.1.8",
99
- "@metatron/eslint-config": "0.0.0",
100
- "@metatron/typescript-config": "0.0.0",
101
- "@metatron/vitest-config": "0.0.0"
102
- },
103
- "scripts": {
104
- "build": "tsdown",
105
- "clean": "pnpm -w exec rimraf dist",
106
- "generate": "openapi-ts",
107
- "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
108
- "lint:fix": "eslint . --fix",
109
- "test": "vitest run",
110
- "test:coverage": "vitest run --coverage",
111
- "test:watch": "vitest",
112
- "typecheck": "tsc --noEmit"
113
- }
114
- }
2
+ "name": "@metatrongg/sdk",
3
+ "version": "0.8.0-dev.65a4da4",
4
+ "description": "Typed TypeScript client for the Metatron API -- generated from the published OpenAPI spec. OAuth 2.1, payments, realtime sockets, webhook verification, and the full user/developer/admin surface.",
5
+ "type": "module",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "homepage": "https://github.com/yokai-laboratory/metatron/tree/main/packages/sdk#readme",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/yokai-laboratory/metatron.git",
11
+ "directory": "packages/sdk"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/yokai-laboratory/metatron/issues"
15
+ },
16
+ "keywords": [
17
+ "metatron",
18
+ "sdk",
19
+ "openapi",
20
+ "oauth2",
21
+ "pkce",
22
+ "payments",
23
+ "typescript",
24
+ "zod"
25
+ ],
26
+ "sideEffects": false,
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "files": [
31
+ "dist",
32
+ "LICENSE",
33
+ "README.md"
34
+ ],
35
+ "exports": {
36
+ ".": {
37
+ "types": "./dist/index.d.ts",
38
+ "default": "./dist/index.js"
39
+ },
40
+ "./browser": {
41
+ "types": "./dist/browser/index.d.ts",
42
+ "default": "./dist/browser/index.js"
43
+ },
44
+ "./node": {
45
+ "types": "./dist/node/index.d.ts",
46
+ "default": "./dist/node/index.js"
47
+ },
48
+ "./react": {
49
+ "types": "./dist/react/index.d.ts",
50
+ "default": "./dist/react/index.js"
51
+ },
52
+ "./contracts": {
53
+ "types": "./dist/contracts/index.d.ts",
54
+ "default": "./dist/contracts/index.js"
55
+ },
56
+ "./webhook": {
57
+ "types": "./dist/webhook/index.d.ts",
58
+ "default": "./dist/webhook/index.js"
59
+ },
60
+ "./webhook/hono": {
61
+ "types": "./dist/webhook/hono.d.ts",
62
+ "default": "./dist/webhook/hono.js"
63
+ },
64
+ "./webhook/express": {
65
+ "types": "./dist/webhook/express.d.ts",
66
+ "default": "./dist/webhook/express.js"
67
+ },
68
+ "./webhook/fastify": {
69
+ "types": "./dist/webhook/fastify.d.ts",
70
+ "default": "./dist/webhook/fastify.js"
71
+ }
72
+ },
73
+ "scripts": {
74
+ "build": "tsdown",
75
+ "clean": "pnpm -w exec rimraf dist",
76
+ "generate": "openapi-ts",
77
+ "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
78
+ "lint:fix": "eslint . --fix",
79
+ "test": "vitest run",
80
+ "test:coverage": "vitest run --coverage",
81
+ "test:watch": "vitest",
82
+ "typecheck": "tsc --noEmit"
83
+ },
84
+ "dependencies": {
85
+ "zod": "4.4.3"
86
+ },
87
+ "peerDependencies": {
88
+ "hono": "4.12.23",
89
+ "react": "19.2.7"
90
+ },
91
+ "peerDependenciesMeta": {
92
+ "hono": {
93
+ "optional": true
94
+ },
95
+ "react": {
96
+ "optional": true
97
+ }
98
+ },
99
+ "devDependencies": {
100
+ "@hey-api/openapi-ts": "0.98.1",
101
+ "@metatron/eslint-config": "workspace:*",
102
+ "@metatron/typescript-config": "workspace:*",
103
+ "@metatron/vitest-config": "workspace:*",
104
+ "@types/node": "25.9.1",
105
+ "@types/react": "19.2.16",
106
+ "@vitest/coverage-v8": "4.1.8",
107
+ "eslint": "10.4.1",
108
+ "hono": "4.12.23",
109
+ "react": "19.2.7",
110
+ "tsdown": "0.22.1",
111
+ "typescript": "6.0.3",
112
+ "vitest": "4.1.8"
113
+ }
114
+ }
package/LICENSE DELETED
@@ -1 +0,0 @@
1
- <LICENSE_TEXT>