@setkeeper/text-message-utils
Version:
Get a Text Message's size depending on it's content. Get it's encoding and which characters are not GSM-7 compatible.
43 lines (42 loc) • 1.08 kB
JSON
{
"name": "@setkeeper/text-message-utils",
"version": "1.0.0",
"description": "Get a Text Message's size depending on it's content. Get it's encoding and which characters are not GSM-7 compatible.",
"main": "./lib/text-message-utils.js",
"types": "./lib/text-message-utils.d.ts",
"scripts": {
"test": "tsc; jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Melusyn/text-message-utils.git"
},
"keywords": [
"text message",
"segment",
"size",
"encoding",
"GSM-7",
"UCS-2"
],
"author": "Hugo Cordier, SetKeeper <h.cordier@setkeeper.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Melusyn/text-message-utils/issues"
},
"homepage": "https://github.com/Melusyn/text-message-utils#readme",
"devDependencies": {
"@babel/preset-typescript": "7.14.5",
"@types/jest": "26.0.24",
"jest": "27.0.6",
"typescript": "4.3.5"
},
"dependencies": {
"grapheme-splitter": "^1.0.4"
},
"directories": {
"lib": "lib",
"test": "tests"
}
}