-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
42 lines (42 loc) · 1.35 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
{
"type": "module",
"name": "@permaweb/aos",
"version": "2.0.1",
"main": "src/index.js",
"bin": "./bin/aos.js",
"repository": "https://github.com/permaweb/aos.git",
"author": "Tom Wilson <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node src/index.js",
"test": "node --test test",
"build-docs": "rm -rf process/docs && ldoc .",
"generate-wallet": "node -e \"require('arweave').init({}).wallets.generate().then(JSON.stringify).then(console.log.bind(console))\" > wallet.json",
"deploy": "npx -y [email protected] 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.59",
"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",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"tar-stream": "^3.1.7",
"yargs": "^17.7.2"
},
"aos": {
"module": "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM",
"sqlite": "GuzQrkf50rBUqz3uUgjOIFOL1XmW9nSNysTBC-wyiWM",
"llama": "7eiZkMWDUQmY1SBIpumzYR5_XhVMbnjmA27Xbyt4QxU",
"version": "2.0.1"
},
"devDependencies": {
"esbuild": "^0.20.1"
}
}