{
  "name": "vivarthanam-unicode-conversion-maps",
  "version": "1.0.2",
  "description": "This library holds the maps that are needed for conversion from ascii to unicode",
  "main": "dist/maps.umd.js",
  "module": "dist/maps.js",
  "repository": "https://github.com/devexpat/vivarthanam-unicode-conversion-maps",
  "author": "Manoj Mohanan<devexpat@gmail.com>",
  "license": "GPL",
  "scripts": {
    "prebuild": "npm run createMaps && eslint lib test",
    "createMaps": "node scripts/createMaps.js",
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "pretest": "npm run build",
    "test": "mocha",
    "prepublish": "npm test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-plugin-external-helpers": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-register": "^6.18.0",
    "babelrc-rollup": "^3.0.0",
    "mocha": "^6.2.0",
    "rollup": "^0.39.2",
    "rollup-plugin-babel": "^2.7.1"
  }
}
