-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 Bytes
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
{
"name": "quantumbridge.app",
"version": "0.0.0",
"private": true,
"scripts": {
"prepare": "husky install",
"write": "turbo run write",
"clean": "turbo run clean",
"build": "turbo run build",
"playground:start": "turbo run playground:start",
"build:docker": "turbo run build:docker",
"test": "turbo run test",
"test:hardhat": "turbo run test:hardhat",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint -- --fix",
"format": "prettier --write .",
"migration:deploy": "turbo run migration:deploy"
},
"dependencies": {
"@waveshq/standard-defichain-jellyfishsdk": "^2.3.0"
},
"devDependencies": {
"@stickyjs/turbo": "^1.3.4",
"husky": "^8.0.3",
"lint-staged": "^14.0.1"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.6.12"
}