We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7690f commit deaf97dCopy full SHA for deaf97d
packages/schemas/package.json
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@lit-protocol/schemas",
3
+ "license": "MIT",
4
+ "homepage": "https://github.com/Lit-Protocol/js-sdk",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/LIT-Protocol/js-sdk"
8
+ },
9
+ "keywords": [
10
+ "library"
11
+ ],
12
+ "bugs": {
13
+ "url": "https://github.com/LIT-Protocol/js-sdk/issues"
14
15
+ "publishConfig": {
16
+ "access": "public",
17
+ "directory": "../../dist/packages/schemas"
18
19
+ "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",
20
+ "tags": [
21
+ "universal"
22
23
+ "version": "6.7.0",
24
+ "main": "./dist/src/index.js",
25
+ "typings": "./dist/src/index.d.ts"
26
+}
0 commit comments