-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.86 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
66
67
68
69
{
"name": "@epics-dao/solv2",
"version": "2.1.7",
"description": "Solana Validator CLI SOLV2",
"main": "dist/index.js",
"repository": "https://github.com/EpicsDAO/solv2",
"keywords": [
"solana",
"validator",
"cli",
"validator-tool",
"Node.js",
"web3",
"Blockchain"
],
"author": "ELSOUL LABO B.V.",
"private": false,
"license": "Apache-2.0",
"bin": {
"solv": "./dist/index.js"
},
"scripts": {
"test": "jest --coverage=false --detectOpenHandles --maxWorkers=1",
"update:packages": "ncu -u && yarn",
"build": "npx ts-node build.ts && npx ts-node add-line.ts && yarn postbuild && yarn postbuild2",
"postbuild": "copyfiles -u 3 src/lib/locales/**/log.json dist/locales/",
"postbuild2": "copyfiles -u 1 src/config.json dist/",
"publish": "npm publish",
"dev": "nodemon",
"start": "node dist/index.js"
},
"dependencies": {
"@skeet-framework/utils": "1.2.2",
"chalk": "5.3.0",
"chalk-pipe": "6.0.0",
"cli-spinner": "0.2.10",
"cli-table3": "0.6.3",
"commander": "10.0.1",
"dotenv-cli": "7.2.1",
"inquirer": "9.2.10",
"jest": "29.5.0",
"node-cron": "3.0.2",
"node-fetch": "2.6.12",
"prompt": "1.3.0"
},
"devDependencies": {
"@skeet-framework/discord-utils": "^0.2.2",
"@types/cli-spinner": "0.2.1",
"@types/inquirer": "9.0.3",
"@types/jest": "29.5.1",
"@types/node": "20.2.5",
"@types/node-cron": "^3.0.8",
"@types/node-fetch": "^2.6.4",
"@types/prompt": "1.1.5",
"babel-loader": "9.1.2",
"copyfiles": "2.4.1",
"esbuild": "0.17.19",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"nodemon": "2.0.22",
"npm-check-updates": "16.10.12",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.0.4"
}
}