{
  "name": "@trt2/gsm-charset-utils",
  "version": "1.0.13",
  "description": "Utility functions for SMS/GSM charset handling",
  "main": "./lib/GsmCharacterUtils.js",
  "license": "MIT",
  "repository": "github:trt2/gsm-charset-utils",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.20.0",
    "babel-preset-env": "^1.6.1",
    "babel-register": "^6.26.0",
    "chai": "^4.2.0",
    "mocha": "^6.2.2",
    "rimraf": "^3.0.0"
  },
  "scripts": {
    "test": "mocha --require babel-core/register --reporter spec tests",
    "clean": "rimraf lib/*",
    "build": "babel src --out-dir lib",
    "prepublishOnly": "npm run clean && npm run build && npm run test"
  },
  "author": "anders",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
