Initial commit

This commit is contained in:
2022-07-17 20:42:42 +02:00
commit 4f3fce48e1
10 changed files with 2887 additions and 0 deletions

View File

@ -0,0 +1 @@
console.log('hello');

2720
js/libraries/pkg/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
{
"dependencies": {
"pkg": "^5.5.1"
},
"bin": {
"hello": "lib/hello.js"
},
"scripts": {
"pkg": "pkg lib/index.js --out-path build/"
}
}