Skip to content

Commit 21dd5f3

Browse files
authored
Update go.mod
1 parent 8725c0b commit 21dd5f3

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

hacker-library/go.mod

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
{
2-
"name": "hacker-library",
3-
"version": "0.0.1",
4-
"description": "Hacker Lang - A simple scripting language for Debian-based Linux systems",
5-
"main": "hacker-library.js",
6-
"bin": {
7-
"hacker-library": "./hacker-library.js"
8-
},
9-
"scripts": {
10-
"start": "node hacker-library.js",
11-
"test": "echo \"No tests implemented yet\" && exit 0",
12-
"build": "pkg . --targets node18-linux-x64 --output dist/hacker-library"
13-
},
14-
"keywords": [
15-
"hacker-lang",
16-
"scripting",
17-
"linux",
18-
"debian"
19-
],
20-
"author": "HackerOS Team",
21-
"license": "MIT",
22-
"dependencies": {
23-
"node-fetch": "^2.6.7"
24-
},
25-
"devDependencies": {
26-
"pkg": "^5.8.0"
27-
}
28-
}
1+
module example.com/m/v2
2+
3+
go 1.25.3

0 commit comments

Comments
 (0)