Added readme

This commit is contained in:
2022-05-25 02:04:36 +03:00
parent 3e4bedbc8b
commit ee33c7d5b3
3 changed files with 15 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "mining-status-skill",
"version": "1.0.0",
"description": "",
"description": "Навык Алисы для получения статуса майнинга.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"publish": "yc serverless function version create --function-name mining-status-skill --runtime nodejs16 --source-path . --entrypoint index.handler"
},
"keywords": [],
"author": "",
"author": "Anatoly Kopyl <akopyl@radner.ru>",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",