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 8725c0b commit 21dd5f3Copy full SHA for 21dd5f3
hacker-library/go.mod
@@ -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
-}
+module example.com/m/v2
+
+go 1.25.3
0 commit comments