forked from permaweb/aos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.22 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
{
"type": "module",
"name": "@permaweb/aos",
"version": "2.0.0",
"main": "src/index.js",
"bin": "./bin/aos.js",
"repository": "https://github.com/permaweb/aos.git",
"author": "Tom Wilson <tom@hyper.io>",
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"test": "node --test test",
"generate-wallet": "node -e \"require('arweave').init({}).wallets.generate().then(JSON.stringify).then(console.log.bind(console))\" > wallet.json",
"deploy": "npx -y ardrive-cli@2.0.4 upload-file --turbo --local-path=./$(npm pack) -w ~/.wallet.json -F 0d009773-ce2c-4539-8e0d-c331db9ab348 | jq .created[0].dataTxId"
},
"dependencies": {
"@permaweb/aoconnect": "^0.0.48",
"arweave": "^1.15.1",
"chalk": "^5.3.0",
"figlet": "^1.7.0",
"https-proxy-agent": "^7.0.4",
"hyper-async": "^1.1.2",
"minimist": "^1.2.8",
"node-cron": "^3.0.3",
"ora": "^7.0.1",
"pretty-file-tree": "^1.0.1",
"semver": "^7.5.4",
"tar-stream": "^3.1.7",
"yargs": "^17.7.2"
},
"aos": {
"module": "zx6_08gJzKNXxLCplINj6TPv9-ElRgeRqr9F6riRBK8",
"sqlite": "CJ-iZL7RKNA43UZr3l6J5M8JegMP9RldoCoVge_vRuI",
"version": "2.0.0"
},
"devDependencies": {
"esbuild": "^0.20.1"
}
}