Skip to content

Commit b0e517c

Browse files
add package.json
1 parent 1a379c1 commit b0e517c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "@iexec/web3telegram",
3+
"version": "0.1.0",
4+
"description": "Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.",
5+
"main": "./dist/index.js",
6+
"type": "module",
7+
"types": "dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"node": "./dist/index.js",
12+
"default": "./dist/index.js"
13+
}
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/iExecBlockchainComputing/web3telegram-sdk.git"
18+
},
19+
"keywords": [
20+
"iExec"
21+
],
22+
"author": "iExec",
23+
"license": "Apache-2.0",
24+
"bugs": {
25+
"url": "https://github.com/iExecBlockchainComputing/web3telegram-sdk/issues"
26+
},
27+
"homepage": "https://github.com/iExecBlockchainComputing/web3telegram-sdk#readme"
28+
}

0 commit comments

Comments
 (0)