-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 841 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@tanglemesh/message.js",
"version": "1.0.0",
"description": "A simple package to do messaging tasks for publishing to the tangle (eg. MAM)",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangleMesh/message.js.git"
},
"keywords": [
"IOTA",
"tangle",
"iotatoken",
"MAM",
"message"
],
"author": "tangleMesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/tangleMesh/message.js/issues"
},
"homepage": "https://tangle-mesh.io",
"dependencies": {
"@iota/converter": "^1.0.0-beta.21",
"@iota/mam": "^0.7.3",
"@iota/validators": "^1.0.0-beta.23",
"@tanglemesh/api-client.js": "^1.0.5",
"lz-string": "^1.4.4"
}
}