playground/js/pkg/package.json

12 lines
160 B
JSON
Raw Permalink Normal View History

2022-07-17 18:42:42 +00:00
{
"dependencies": {
"pkg": "^5.5.1"
},
"bin": {
"hello": "lib/hello.js"
},
"scripts": {
"pkg": "pkg lib/index.js --out-path build/"
}
}