asterisk-shell-f
Version:
Asterisk shell functions Linux
33 lines (32 loc) • 745 B
JSON
{
"name": "asterisk-shell-f",
"version": "1.0.12",
"description": "Asterisk shell functions Linux",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fzepeda10/asterisk-shell-functions.git"
},
"keywords": [
"Shell",
"Asterisk",
"PBX"
],
"author": "Fernando Enrique Zepeda Castellanos",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fzepeda10/asterisk-shell-functions/issues"
},
"homepage": "https://github.com/Fzepeda10/asterisk-shell-functions#readme",
"devDependencies": {
"typescript": "^3.9.7"
},
"dependencies": {
"@types/node": "^14.0.27",
"util": "^0.12.3"
}
}