-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 928 Bytes
/
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
{
"license": "MIT",
"private": true,
"workspaces": [
"examples/sell",
"examples/swap",
"lib"
],
"scripts": {
"build": "turbo run build",
"dev:sell": "pnpm turbo run dev --filter=exchange-sdk-sell-example",
"dev:swap": "pnpm turbo run dev --filter=exchange-sdk-swap-example",
"dev:lib": "pnpm turbo run dev --filter=@ledgerhq/exchange-sdk",
"clean": "git clean -fdX",
"lint": "turbo lint",
"test": "pnpm --filter=exchange-sdk test"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"turbo": "^1.10.3",
"typescript": "^4.8.3"
},
"engines": {
"node": ">=18.16",
"pnpm": ">=9.4"
},
"packageManager": "pnpm@9.4.0"
}