Files
sashimono/installer/jshelper/package.json
2023-01-05 11:40:03 +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.5.14"
}
}