generated from bobanetwork/aa-hc-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "aa-hc-example",
"version": "1.0.0",
"description": "Full-stack example for Account Abstraction Hybrid Compute",
"scripts": {
"start:local": "cd contracts && npx pnpm compile && npx ts-node ./script/deploy-local.ts && cd ..",
"start:local:ci": "cd contracts && npx pnpm compile && npx ts-node ./script/deploy-local.ts --ci=true && cd .. && docker-compose -f docker-compose.local.yml up -d --build",
"start:sepolia": "cd contracts && npx pnpm compile && npx ts-node ./script/deploy-sepolia.ts && cd ..",
"test": "pnpm test -r"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobanetwork/aa-hc-example.git"
},
"workspaces": [
"backend",
"frontend",
"contracts"
],
"keywords": [
"aa",
"hc",
"boba"
],
"engines": {
"node": "^18.18 || >=20"
},
"author": "Boba Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobanetwork/aa-hc-example/issues"
},
"homepage": "https://github.com/bobanetwork/aa-hc-example#readme"
}