-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "luxdocs",
"version": "0.1.0",
"author": "Lux Partners Limited <[email protected]> (https://lux.partners)",
"private": true,
"keywords": [
"ai",
"ethereum",
"nft",
"lux",
"luxdefi",
"bridge",
"credit",
"exchange",
"swap"
],
"scripts": {
"build": "pnpm build:all",
"build:all": "pnpm build:bridge && pnpm build:credit && pnpm build:network",
"build:bridge": "pnpm --filter @luxdocs/bridge build",
"build:credit": "pnpm --filter @luxdocs/credit build",
"build:network": "pnpm --filter @luxdocs/network build",
"start:network": "pnpm --filter @luxdocs/network start"
},
"devDependencies_": {
"@babel/preset-typescript": "^7.18.6",
"@parcel/babel-plugin-transform-runtime": "^2.8.3",
"@parcel/babel-preset-env": "^2.8.3",
"@parcel/config-default": "^2.8.3",
"@parcel/optimizer-data-url": "2.8.3",
"@parcel/packager-ts": "2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"parcel": "^2.8.3",
"process": "^0.11.10"
},
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b"
}