@isor/sink
Version:
Library for working with sms-activate.ru
29 lines (28 loc) • 723 B
JSON
{
"name": "@isor/sink",
"version": "1.0.4-beta-v3",
"description": "Library for working with sms-activate.ru",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/IvanChikishev/Sms-activator"
},
"homepage": "https://github.com/IvanChikishev/Sms-activator",
"private": false,
"keywords": ["sms", "activate", "smsactivate"],
"author": "Ivan Chikishev",
"license": "ISC",
"devDependencies": {
"prettier": "^2.4.1",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.24.0"
}
}