@ipcom/extended-ami
Version:
Advanced manager for connecting to Asterisk
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "@ipcom/extended-ami",
"version": "1.0.14-beta",
"type": "module",
"description": "Advanced manager for connecting to Asterisk",
"author": "Fábio Theodoro",
"license": "MIT",
"main": "./dist/e-ami.ts",
"typings": "./dist/e-ami.d.ts",
"engines": {
"node": ">=6.13.1"
},
"directories": {
"dist": "./dist"
},
"scripts": {
"build": "tsc",
"build-watch": "tsc --watch",
"format": "prettier --write \"**/*.{js,ts,json,md}\""
},
"keywords": [
"AMI",
"Asterisk",
"asterisk-manager",
"CRM-on-Asterisk"
],
"repository": {
"type": "git",
"url": "https://github.com/fabiotheo/extended-ami"
},
"dependencies": {
"@types/node": "^17.0.14",
"events": "^3.3.0",
"net": "^1.0.2",
"typescript": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^9.9.0",
"eslint-plugin-import": "^2.29.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.1.0"
}
}