-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
57 lines (57 loc) · 1.78 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
49
50
51
52
53
54
55
56
57
{
"name": "@permaweb/aos",
"version": "2.0.1",
"private": true,
"repository": "https://github.com/permaweb/aos.git",
"license": "MIT",
"author": "Tom Wilson <tom@hyper.io>",
"type": "module",
"main": "src/index.js",
"bin": "./bin/aos.js",
"workspaces": [
"process",
"extensions/*"
],
"scripts": {
"build-docs": "rm -rf process/docs && ldoc .",
"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",
"generate-wallet": "node -e \"require('arweave').init({}).wallets.generate().then(JSON.stringify).then(console.log.bind(console))\" > wallet.json",
"staged": "lint-staged",
"start": "node src/index.js",
"test": "node --test test",
"test-all": "yarn workspaces --parallel run test"
},
"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"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@johnnymorganz/stylua-bin": "^0.20.0",
"esbuild": "^0.20.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"markdown-toc-gen": "^1.1.0",
"sort-package-json": "^2.10.1",
"standard": "^17.1.2"
},
"aos": {
"module": "Do_Uc2Sju_ffp6Ev0AnLVdPtot15rvMjP-a9VVaA5fM",
"sqlite": "GuzQrkf50rBUqz3uUgjOIFOL1XmW9nSNysTBC-wyiWM",
"llama": "7eiZkMWDUQmY1SBIpumzYR5_XhVMbnjmA27Xbyt4QxU",
"version": "2.0.1"
}
}