-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.08 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": "@onlybuys-bot/main",
"version": "0.0.37",
"description": "Multi-chain EVM compatible bot that buys new launches",
"engines": {
"node": ">= 16.13"
},
"private": true,
"devDependencies": {
"@types/jest": "~27.0.2",
"@typescript-eslint/eslint-plugin": "~5.14.0",
"@typescript-eslint/experimental-utils": "5.14.0",
"@typescript-eslint/parser": "~5.14.0",
"@typescript-eslint/utils": "5.14.0",
"eslint": "~8.4.1",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-jest": "~25.3.0",
"fs-extra": "^10.0.1",
"prettier": "^2.5.1",
"tsutils": "~3.21.0",
"typescript": "4.5.5"
},
"scripts": {
"lint": "yarn workspace @onlybuys-bot/electron lint",
"build": "yarn workspace @onlybuys-bot/cli bundle && yarn workspace @onlybuys-bot/electron package",
"publish": "yarn workspace @onlybuys-bot/cli bundle && yarn workspace @onlybuys-bot/electron release"
},
"author": "Kevin <[email protected]>",
"license": "MIT",
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": []
}
}