We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590a36 commit 5493ff3Copy full SHA for 5493ff3
package.json
@@ -4,8 +4,9 @@
4
"description": "Position Size Calculator",
5
"main": "index.js",
6
"keywords": [
7
+ "trade",
8
"position size",
- "crypto"
9
+ "calculator"
10
],
11
"scripts": {
12
"start": "electron .",
@@ -14,6 +15,9 @@
14
15
},
16
"author": "pseudocode88",
17
"license": "ISC",
18
+ "dependencies": {
19
+ "jquery": "^3.7.0"
20
+ },
21
"devDependencies": {
22
"@electron-forge/cli": "^6.2.1",
23
"@electron-forge/maker-dmg": "^6.2.1",
@@ -34,10 +38,15 @@
34
38
"icon": "assets/logo.icns",
35
39
"name": "Trader Bruh",
36
40
"iconSize": "10"
37
- }
41
42
+ "ignore": [
43
+ ".gitignore",
44
+ "package.json",
45
+ "build.js",
46
+ "README.md",
47
+ "yarn.lock",
48
+ ".fleet/"
49
+ ]
50
}
- },
- "dependencies": {
- "jquery": "^3.7.0"
51
52
0 commit comments