-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (40 loc) · 951 Bytes
/
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
{
"name": "molecule-ext-1",
"version": "0.0.7",
"description": "Extended endpoint for MEM molecules",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/api.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentldotland/molecule-2.git"
},
"keywords": [
"molecule",
"MEM"
],
"author": "charmful0x",
"license": "MIT",
"bugs": {
"url": "https://github.com/decentldotland/molecule-2/issues"
},
"homepage": "https://github.com/decentldotland/molecule-2#readme",
"dependencies": {
"@permaweb/aoconnect": "^0.0.48",
"@solana/web3.js": "^1.89.1",
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"typescript": "^5.1.6",
"js-sha256": "^0.11.0",
"near-api-js": "^3.0.2",
"borsh": "^2.0.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.5.0"
}
}