@seedprotocol/sdk 0.1.1 → 0.1.3
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/package.json +1 -1
- package/dist/package.json +0 -186
package/package.json
CHANGED
package/dist/package.json
DELETED
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@seedprotocol/sdk",
|
|
3
|
-
"version": "0.1.0",
|
|
4
|
-
"description": "The SDK for Seed Protocol",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"types": "./types/src/index.d.ts",
|
|
7
|
-
"engines": {
|
|
8
|
-
"node": ">= 20.9 < 21"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"."
|
|
12
|
-
],
|
|
13
|
-
"scripts": {
|
|
14
|
-
"start": "node build/src/index.js",
|
|
15
|
-
"clean": "rimraf coverage build tmp",
|
|
16
|
-
"prebuild": "npm run lint",
|
|
17
|
-
"build": "tsc -p tsconfig.json",
|
|
18
|
-
"build:watch": "tsc -w -p tsconfig.json",
|
|
19
|
-
"build:release": "npm run clean && tsc -p tsconfig.release.json",
|
|
20
|
-
"lint": "eslint . --ext .ts --ext .mts",
|
|
21
|
-
"test": "vitest run",
|
|
22
|
-
"prettier": "prettier --config .prettierrc --write .",
|
|
23
|
-
"test:watch": "vitest",
|
|
24
|
-
"compile": "graphql-codegen --config codegen.ts",
|
|
25
|
-
"watch": "graphql-codegen -w"
|
|
26
|
-
},
|
|
27
|
-
"bin": {
|
|
28
|
-
"seed": "./bin.js"
|
|
29
|
-
},
|
|
30
|
-
"author": "Keith Axline <keith@journodao.xyz>",
|
|
31
|
-
"license": "Apache-2.0",
|
|
32
|
-
"optionalDependencies": {
|
|
33
|
-
"fsevents": "^2.3.3"
|
|
34
|
-
},
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@apollo/client": "^3.11.8",
|
|
37
|
-
"@ethereum-attestation-service/eas-sdk": "^2.7.0",
|
|
38
|
-
"@ethersproject/providers": "^5.7.2",
|
|
39
|
-
"@heroicons/react": "^2.1.5",
|
|
40
|
-
"@pianity/arsnap-adapter": "^0.2.0",
|
|
41
|
-
"@sinclair/typebox": "^0.33.16",
|
|
42
|
-
"@sqlite.org/sqlite-wasm": "^3.46.1-build3",
|
|
43
|
-
"@statelyai/inspect": "^0.4.0",
|
|
44
|
-
"@tanstack/query-sync-storage-persister": "^5.59.13",
|
|
45
|
-
"@tanstack/react-query-devtools": "^5.59.13",
|
|
46
|
-
"@tanstack/react-query-persist-client": "^5.59.13",
|
|
47
|
-
"@vitejs/plugin-legacy": "^5.4.2",
|
|
48
|
-
"@xstate/react": "^4.1.3",
|
|
49
|
-
"@zenfs/core": "^1.0.10",
|
|
50
|
-
"@zenfs/dom": "0.2.16",
|
|
51
|
-
"arweave": "^1.15.5",
|
|
52
|
-
"async": "^3.2.6",
|
|
53
|
-
"async-es": "^3.2.6",
|
|
54
|
-
"better-sqlite3": "^11.3.0",
|
|
55
|
-
"crypto-browserify": "^3.12.0",
|
|
56
|
-
"dayjs": "^1.11.13",
|
|
57
|
-
"debug": "^4.3.7",
|
|
58
|
-
"dotenv": "^16.4.5",
|
|
59
|
-
"drizzle-kit": "^0.25.0",
|
|
60
|
-
"drizzle-orm": "^0.34.1",
|
|
61
|
-
"eventemitter3": "^5.0.1",
|
|
62
|
-
"file-type": "^19.5.0",
|
|
63
|
-
"glob": "^11.0.0",
|
|
64
|
-
"globals": "^15.11.0",
|
|
65
|
-
"graphql": "^16.9.0",
|
|
66
|
-
"graphql-request": "^7.1.0",
|
|
67
|
-
"immer": "^10.1.1",
|
|
68
|
-
"lodash-es": "^4.17.21",
|
|
69
|
-
"nanoid": "^5.0.7",
|
|
70
|
-
"nanoid-dictionary": "^4.3.0",
|
|
71
|
-
"nunjucks": "^3.2.4",
|
|
72
|
-
"path-browserify": "^1.0.1",
|
|
73
|
-
"pluralize": "^8.0.0",
|
|
74
|
-
"pretty-bytes": "^6.1.1",
|
|
75
|
-
"promise-async": "^0.2.0",
|
|
76
|
-
"protobufjs": "^7.3.2",
|
|
77
|
-
"react-easy-edit": "^2.0.0",
|
|
78
|
-
"react-router-dom": "^6.27.0",
|
|
79
|
-
"reflect-metadata": "^0.2.2",
|
|
80
|
-
"rimraf": "^6.0.1",
|
|
81
|
-
"rxjs": "^7.8.1",
|
|
82
|
-
"thirdweb": "^5.61.5",
|
|
83
|
-
"ts-import": "^5.0.0-beta.0",
|
|
84
|
-
"ts-morph": "^24.0.0",
|
|
85
|
-
"ts-proto": "^2.2.3",
|
|
86
|
-
"tslib": "~2.7.0",
|
|
87
|
-
"use-immer": "^0.10.0",
|
|
88
|
-
"vite": "^5.4.8",
|
|
89
|
-
"xstate": "^5.18.2"
|
|
90
|
-
},
|
|
91
|
-
"devDependencies": {
|
|
92
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
93
|
-
"@graphql-codegen/cli": "^5.0.3",
|
|
94
|
-
"@graphql-codegen/client-preset": "^4.4.0",
|
|
95
|
-
"@graphql-codegen/introspection": "4.0.3",
|
|
96
|
-
"@graphql-typed-document-node/core": "^3.2.0",
|
|
97
|
-
"@headlessui/react": "^2.1.10",
|
|
98
|
-
"@rollup/plugin-alias": "^5.1.1",
|
|
99
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
100
|
-
"@rollup/plugin-commonjs": "^28.0.1",
|
|
101
|
-
"@rollup/plugin-dynamic-import-vars": "^2.1.4",
|
|
102
|
-
"@rollup/plugin-esm-shim": "^0.1.7",
|
|
103
|
-
"@rollup/plugin-inject": "^5.0.5",
|
|
104
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
105
|
-
"@rollup/plugin-legacy": "^3.0.2",
|
|
106
|
-
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
107
|
-
"@rollup/plugin-replace": "^6.0.1",
|
|
108
|
-
"@rollup/plugin-typescript": "^12.1.1",
|
|
109
|
-
"@rollup/plugin-virtual": "^3.0.2",
|
|
110
|
-
"@testing-library/dom": "^10.4.0",
|
|
111
|
-
"@testing-library/react": "^16.0.1",
|
|
112
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
113
|
-
"@types/async": "^3.2.24",
|
|
114
|
-
"@types/better-sqlite3": "^7.6.11",
|
|
115
|
-
"@types/debug": "^4.1.12",
|
|
116
|
-
"@types/express": "^5.0.0",
|
|
117
|
-
"@types/lodash": "^4.17.10",
|
|
118
|
-
"@types/lodash-es": "^4.17.12",
|
|
119
|
-
"@types/mock-fs": "^4.13.4",
|
|
120
|
-
"@types/nanoid-dictionary": "^4.2.3",
|
|
121
|
-
"@types/node": "~22.7.5",
|
|
122
|
-
"@types/nunjucks": "^3.2.6",
|
|
123
|
-
"@types/path-browserify": "^1.0.3",
|
|
124
|
-
"@types/pluralize": "^0.0.33",
|
|
125
|
-
"@types/react": "^18.3.11",
|
|
126
|
-
"@types/react-dom": "^18.3.1",
|
|
127
|
-
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
128
|
-
"@typescript-eslint/parser": "^8.8.1",
|
|
129
|
-
"@vitejs/plugin-react": "^4.3.3",
|
|
130
|
-
"@vitest/browser": "^2.1.2",
|
|
131
|
-
"autoprefixer": "^10.4.20",
|
|
132
|
-
"eslint": "9.12.0",
|
|
133
|
-
"eslint-config-prettier": "^9.1.0",
|
|
134
|
-
"express": "^4.21.1",
|
|
135
|
-
"jsdom": "^25.0.1",
|
|
136
|
-
"mock-fs": "^5.4.0",
|
|
137
|
-
"playwright": "^1.48.1",
|
|
138
|
-
"postcss": "^8.4.47",
|
|
139
|
-
"prettier": "^3.3.3",
|
|
140
|
-
"prettier-eslint": "^16.3.0",
|
|
141
|
-
"react": "^18.3.1",
|
|
142
|
-
"react-dom": "^18.3.1",
|
|
143
|
-
"rollup": "^4.24.0",
|
|
144
|
-
"rollup-plugin-copy": "^3.5.0",
|
|
145
|
-
"rollup-plugin-css-only": "^4.5.2",
|
|
146
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
147
|
-
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
148
|
-
"rollup-plugin-preserve-shebang": "^1.0.1",
|
|
149
|
-
"rollup-plugin-strip-shebang": "^2.0.0",
|
|
150
|
-
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
|
151
|
-
"tailwindcss": "^3.4.13",
|
|
152
|
-
"ts-api-utils": "~1.3.0",
|
|
153
|
-
"typescript": "~5.6.3",
|
|
154
|
-
"vite-plugin-dts": "^4.2.4",
|
|
155
|
-
"vite-plugin-node-polyfills": "^0.22.0",
|
|
156
|
-
"vite-plugin-static-copy": "^2.0.0",
|
|
157
|
-
"vite-tsconfig-paths": "^5.0.1",
|
|
158
|
-
"vitest": "^2.1.2",
|
|
159
|
-
"webdriverio": "^9.1.5"
|
|
160
|
-
},
|
|
161
|
-
"peerDependencies": {
|
|
162
|
-
"rxjs": "^7.8.1"
|
|
163
|
-
},
|
|
164
|
-
"exports": {
|
|
165
|
-
".": {
|
|
166
|
-
"node": {
|
|
167
|
-
"import": "./main.js",
|
|
168
|
-
"require": "./main.js",
|
|
169
|
-
"types": "./types/src/index.d.ts"
|
|
170
|
-
},
|
|
171
|
-
"browser": {
|
|
172
|
-
"import": "./main.js",
|
|
173
|
-
"require": "./main.js",
|
|
174
|
-
"types": "./types/src/index.d.ts"
|
|
175
|
-
},
|
|
176
|
-
"default": {
|
|
177
|
-
"import": "./main.js",
|
|
178
|
-
"require": "./main.js",
|
|
179
|
-
"types": "./types/src/index.d.ts"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
"./browser": "./main.js",
|
|
183
|
-
"./node": "./node/main.js",
|
|
184
|
-
"./package.json": "./package.json"
|
|
185
|
-
}
|
|
186
|
-
}
|