-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.2 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "molecule",
"version": "0.2.6",
"type": "module",
"description": "reusable EXM components and helper functions for a faster development",
"main": "./src/api.js",
"scripts": {
"molecules": "node ./src/api.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentldotland/molecule.git"
},
"keywords": [
"EXM",
"smart-contract",
"decentland"
],
"author": "charmful0x",
"license": "MIT",
"bugs": {
"url": "https://github.com/decentldotland/molecule/issues"
},
"homepage": "https://github.com/decentldotland/molecule#readme",
"dependencies": {
"@dfinity/principal": "^0.15.1",
"@execution-machine/sdk": "^0.1.6",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@stacks/encryption": "^6.0.0",
"@zilliqa-js/crypto": "^3.3.4",
"arweave": "^1.11.6",
"assert": "^2.0.0",
"axios": "^1.1.3",
"base64url": "^3.0.1",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"express": "^4.18.2",
"js-sha256": "^0.9.0",
"nacl": "^0.1.3",
"openai": "^3.1.0",
"secp256k1": "^4.0.3",
"tronweb": "^4.4.0",
"tweetnacl": "^1.0.3"
}
}