{
  "name": "lisan",
  "version": "0.1.1",
  "description": "Lisan - A Blazing fast i18n library",
  "keywords": [
    "i18n",
    "l10n",
    "lisan",
    "translation",
    "internationalization",
    "localization",
    "js"
  ],
  "author": "Mehmet Yatkı <mehmet@yatki.com>",
  "homepage": "https://github.com/lisanjs/lisan/tree/master/packages/lisan",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/",
    "package.json",
    "README.md",
    "LICENCE"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lisanjs/lisan.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.ts",
    "start": "rollup -c rollup.config.ts -w"
  },
  "bugs": {
    "url": "https://github.com/lisanjs/lisan/issues"
  },
  "dependencies": {
    "lisan-types": "^0.1.1"
  },
  "gitHead": "24ed6a959aa7d2ec40b1a815dbae0ffa23ee7c03"
}
