sharinpix
Version:
SharinPix Client
38 lines (37 loc) • 789 B
JSON
{
"name": "sharinpix",
"version": "1.0.0",
"description": "SharinPix Client",
"main": "src/sharinpix.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sharinpix/sharinpix-node.git"
},
"keywords": [
"Photos",
"Salesforce",
"Images"
],
"author": "Luc Boissaye",
"license": "MIT",
"bugs": {
"url": "https://github.com/sharinpix/sharinpix-node/issues"
},
"bin": {
"sharinpix": "./bin/sharinpix.js"
},
"homepage": "https://github.com/sharinpix/sharinpix-node#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"commander": "^13.0.0",
"dotenv": "^17.3.1",
"fast-csv": "^5.0.0",
"jsrsasign": "^11.0.0",
"superagent": "^10.0.0"
}
}