forked from xai-foundation/sentry
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.38 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
{
"name": "sentry",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "UNLICENSED",
"author": "",
"main": "index.js",
"scripts": {
"build": "pnpm -r --filter !xai-staking-internal run build",
"clean": "pnpm recursive run clean",
"cli": "pnpm -filter @sentry/core run build && pnpm -r -filter @sentry/sentry-node-cli run compile && pnpm -r -filter @sentry/sentry-node-cli run start",
"deploy-smart-contracts": "pnpm -r -filter @sentry/core run build && pnpm -r -filter @sentry/smart-contracts run deploy",
"desktop": "pnpm -filter @sentry/web-connect run build && pnpm -r -filter @sentry/sentry-client-desktop run dev",
"docs": "pnpm -filter @sentry/docs run start",
"lint": "pnpm recursive run lint",
"web": "pnpm -filter @sentry/web-connect run dev",
"postinstall": "node ./postinstall",
"build-cli": "pnpm -filter @sentry/core run build && pnpm -r -filter @sentry/sentry-node-cli run compile",
"start-cli": "pnpm -r -filter @sentry/sentry-node-cli run start-node"
},
"dependencies": {
"ethers": "6.8.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"concurrently": "8.2.1",
"copyfiles": "2.4.1",
"eslint": "^8.48.0",
"eslint-plugin-only-warn": "^1.1.0",
"rimraf": "5.0.1",
"typescript": "^5.2.2",
"unzipper": "0.10.14"
}
}