-
Andrej Rasevic authoredAndrej Rasevic authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 430 B
{
"name": "contactsrestclient",
"version": "1.0.0",
"description": "Rest Client to interact with MyContacts API",
"main": "index.js",
"scripts": {
"start": "node bin/contactsclient",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"bin": {
"contactsclient": "bin/contactsclient"
},
"dependencies": {
"axios": "^0.21.1",
"minimist": "^1.2.5"
}
}