forked from kuku-mom/kuku
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.1 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.1 KB
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
{
"name": "kuku",
"version": "0.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kuku-mom/kuku.git"
},
"scripts": {
"check": "moon run :check",
"lint": "moon run :lint",
"format": "moon run :format",
"build": "moon run :build",
"test": "moon run :test",
"contract:generate": "moon run contract:generate",
"local-test:up": "docker compose --env-file infra/docker/local-test/env -f infra/docker/local-test/docker-compose.yml up -d --build",
"local-test:down": "docker compose --env-file infra/docker/local-test/env -f infra/docker/local-test/docker-compose.yml down",
"local-test:reset": "docker compose --env-file infra/docker/local-test/env -f infra/docker/local-test/docker-compose.yml down -v",
"local-test:logs": "docker compose --env-file infra/docker/local-test/env -f infra/docker/local-test/docker-compose.yml logs -f"
},
"devDependencies": {
"@moonrepo/cli": "^2.2.3",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"oxlint-tsgolint": "^0.22.1"
},
"packageManager": "pnpm@10.33.0"
}