UNPKG

asteriskagi

Version:
32 lines (31 loc) 743 B
{ "name": "asteriskagi", "version": "1.2.2", "description": "NodeJS Fast AGI Server", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "publish": "tsc && npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/clearlyip/node-asteriskagi.git" }, "keywords": [ "Asterisk", "AGI", "Node" ], "author": "Corey S. McFadden", "license": "MIT", "bugs": { "url": "https://github.com/clearlyip/node-asteriskagi/issues" }, "homepage": "https://github.com/clearlyip/node-asteriskagi#readme", "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.6.2" } }