UNPKG

twilly

Version:

Node.js Twilio API abstraction layer for Express applications

59 lines (58 loc) 1.42 kB
{ "name": "twilly", "version": "0.1.6", "description": "Node.js Twilio API abstraction layer for Express applications", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "dev": "webpack --mode development --progress --watch", "build": "webpack --mode production", "prepublish": "npm run-script build" }, "repository": { "type": "git", "url": "git+https://github.com/DCtheTall/twilly.git" }, "keywords": [ "twilio", "SMS", "node.js", "twilly", "api", "phone", "texting", "interactions", "customer service", "node", "typescript" ], "author": "Dylan Cutler", "license": "ISC", "bugs": { "url": "https://github.com/DCtheTall/twilio-server/issues" }, "homepage": "https://github.com/DCtheTall/twilly#readme", "dependencies": { "@types/express": "^4.17.0", "@types/node": "^10.14.12", "@types/twilio": "0.0.10", "cookie-parser": "^1.4.4", "express": "^4.17.1", "lodash": "^4.17.13", "twilio": "^3.33.0" }, "devDependencies": { "@types/es6-promise": "^3.3.0", "@types/jest": "^23.3.14", "body-parser": "^1.19.0", "jest": "^24.8.0", "morgan": "^1.9.1", "ts-jest": "^23.10.5", "ts-loader": "^5.4.5", "typescript": "^3.5.2", "webpack": "^4.35.2", "webpack-cli": "^3.3.5", "webpack-node-externals": "^1.7.2" } }