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 ee4c642 commit 39d0eb2Copy full SHA for 39d0eb2
package.json
@@ -7,13 +7,9 @@
7
"build": "npx tsc",
8
"start": "node dist/index.js",
9
"autobuild": "npx tsc -w",
10
-<<<<<<< HEAD
11
"autostart": "cls && npx tsc && node dist/index.js",
12
"push": "git add . && git commit -m \"V1.1.5\" && git push",
13
"changelog": "git log --pretty=format:\"1. [**%s - `%h`**](https://github.com/0xGrayy/malwareSniffer/commit/%H)\" > CHANGELOG.md"
14
-=======
15
- "autostart": "cls && npx tsc && node dist/index.js"
16
->>>>>>> 913bfbc0c48e5bdbb30449cbd1df4b0c0c1ecd09
17
},
18
"keywords": [],
19
"author": "",
0 commit comments