Files
sashimono/installer/jshelper/package.json
2023-01-30 18:57:20 +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.17"
}
}