Skip to content

Commit 06a1ef5

Browse files
authored
Update package.json
1 parent 5a4ee39 commit 06a1ef5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hacker-library/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"scripts": {
1010
"start": "node hacker-library.js",
11-
"test": "echo \"No tests implemented yet\" && exit 0"
11+
"test": "echo \"No tests implemented yet\" && exit 0",
12+
"build": "pkg . --targets node18-linux-x64 --output dist/hacker-library"
1213
},
1314
"keywords": [
1415
"hacker-lang",
@@ -20,5 +21,8 @@
2021
"license": "MIT",
2122
"dependencies": {
2223
"node-fetch": "^2.6.7"
24+
},
25+
"devDependencies": {
26+
"pkg": "^5.8.0"
2327
}
2428
}

0 commit comments

Comments
 (0)