UNPKG

ami-functions

Version:
34 lines (33 loc) 736 B
{ "name": "ami-functions", "version": "1.0.13", "description": "Asterisk Manager Functions", "main": "lib/index.js", "types": "lib", "scripts": { "build": "tsc -p ." }, "repository": { "type": "git", "url": "git+https://github.com/Fzepeda10/ami-functions.git" }, "keywords": [ "AMI", "Asterisk", "PBX" ], "author": "Fernando E. Zepeda Castellanos", "license": "ISC", "bugs": { "url": "https://github.com/Fzepeda10/ami-functions/issues" }, "homepage": "https://github.com/Fzepeda10/ami-functions#readme", "devDependencies": { "typescript": "^3.9.7" }, "dependencies": { "asterisk-manager": "^0.1.16", "logfile-asterisk": "^2.1.0", "util": "^0.12.3" } }