small_talk_with_sergey
Version:
Small talk with Sergey
19 lines (18 loc) • 343 B
JSON
{
"name": "small_talk_with_sergey",
"version": "1.0.0",
"description": "Small talk with Sergey",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sayHi": "./sayHi",
"sayBye": "./sayBye"
},
"keywords": [
"sergey"
],
"author": "Sergey Gusar",
"license": "MIT"
}