UNPKG

tami

Version:

Typescript client for asterisk's AMI

44 lines (43 loc) 1.2 kB
{ "name": "tami", "version": "0.1.0", "description": "Typescript client for asterisk's AMI", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "dev": "tsc && node dist/index.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/joelact/tami.git" }, "keywords": [ "AMI", "Typescript" ], "author": "Joel Teixeira", "license": "MIT", "bugs": { "url": "https://github.com/joelact/tami/issues" }, "homepage": "https://github.com/joelact/tami#readme", "devDependencies": { "@types/node": "^14.14.23", "@typescript-eslint/eslint-plugin": "^4.14.2", "@typescript-eslint/parser": "^4.14.2", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.1", "nodemon": "^2.0.7", "prettier": "^2.2.1", "typescript": "^4.1.3" }, "dependencies": {} }