UNPKG

sms-segments-calculator

Version:
47 lines (46 loc) 1.13 kB
{ "name": "sms-segments-calculator", "version": "1.2.0", "description": "SMS segements calculator", "repository": { "type": "git", "url": "https://github.com/TwilioDevEd/message-segment-calculator" }, "keywords": [ "sms", "segments" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**", "src/**" ], "scripts": { "test": "tsc && jest", "build": "tsc", "dev": "tsc -w", "lint": "eslint --ext ts src/", "lint:fix": "npm run lint -- --fix", "webpack": "webpack --config webpack.config.js", "release": "tsc && webpack --config webpack.config.js" }, "author": "gverni", "homepage": "https://twiliodeved.github.io/message-segment-calculator/", "license": "MIT", "dependencies": { "grapheme-splitter": "^1.0.4" }, "devDependencies": { "@types/node": "^16.4.13", "chalk": "^4.1.2", "eslint": "^7.32.0", "eslint-config-twilio-ts": "^1.35.1", "jest": "^27.0.6", "ts-loader": "^9.2.5", "ts-node": "^10.2.0", "typescript": "^4.3.5", "webpack": "^5.49.0", "webpack-cli": "^4.7.2" } }