Skip to content

Commit deaf97d

Browse files
committed
feat: add missing package.json file
1 parent ca7690f commit deaf97d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

packages/schemas/package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)