playground/js/pkg/package.json
2022-09-13 15:21:58 +02:00

12 lines
160 B
JSON

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