1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00

add node target to cli package

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-25 15:12:25 +02:00
parent fba37c9ed1
commit 1e986ef329

View file

@ -11,6 +11,10 @@
"scripts": {
"build": "pkg . --out-path build"
},
"pkg": {
"targets": [ "node14" ],
"outputPath": "build"
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",