Reorganised

This commit is contained in:
2022-09-13 15:21:58 +02:00
parent 6a240a12b4
commit aeaec058b2
3 changed files with 0 additions and 0 deletions

1
js/pkg/lib/index.js Normal file
View File

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

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

File diff suppressed because it is too large Load Diff

11
js/pkg/package.json Normal file
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/"
}
}