Files
sashimono/installer/jshelper/package.json
2023-07-05 19:21:39 +05:30

10 lines
187 B
JSON

{
"name": "evernode-setup-helper",
"scripts": {
"build": "ncc build index.js --minify -o dist"
},
"dependencies": {
"evernode-js-client": "0.6.13"
}
}