-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
65 lines (65 loc) · 1.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "solv-monorepo",
"version": "1.0.0",
"description": "The utility tool for Solana Validators",
"repository": {
"type": "git",
"url": "https://github.com/EpicsDAO/solv.git"
},
"private": false,
"type": "module",
"keywords": [
"solana",
"validator",
"cli",
"validator-tool",
"Node.js",
"web3"
],
"author": "EpicsDAO",
"license": "Apache-2.0",
"engines": {
"pnpm": ">=9",
"npm": "please_use_pnpm_instead",
"node": ">=20"
},
"scripts": {
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"upload:script": "cd ./resource/solv/latest && aws --endpoint-url=https://8a313f35be0eb4e99ad5bed9cb7aa99d.r2.cloudflarestorage.com s3 cp install s3://solv/install --content-disposition 'attachment; filename=install'",
"solv": "pnpm -F \"@epics-dao/solv\"",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"discord:epics": "tsx ./lib/runDiscordChangeLog.ts epics",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@skeet-framework/utils": "1.2.4",
"@swc/core": "1.7.12",
"@types/node": "22.5.4",
"@types/node-fetch": "3.0.2",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"babel-loader": "9.1.3",
"bigint-buffer": "1.1.5",
"copyfiles": "2.4.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"husky": "9.1.4",
"nodemon": "3.0.3",
"prettier": "3.2.5",
"tsup": "8.2.4",
"tsx": "4.8.1",
"turbo": "2.1.2",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"dependencies": {
"discord.js": "14.16.1",
"dotenv": "16.4.5"
}
}