{
  "name": "vavilon",
  "version": "1.1.1",
  "description": "A quick, lightweight and easy-to-use i18n engine for static websites",
  "license": "MIT",
  "keywords": [
    "translation",
    "i18n",
    "internationalization",
    "l10n",
    "localization",
    "browser",
    "library"
  ],
  "homepage": "https://vavilon.js.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vavilon-js/vavilon.js.git"
  },
  "bugs": {
    "url": "https://github.com/vavilon-js/vavilon.js/issues"
  },
  "author": {
    "name": "Nikita Karamov",
    "email": "nick@karamoff.dev",
    "url": "https://karamoff.dev"
  },
  "files": [
    "dist/vavilon.js",
    "dist/vavilon.min.js",
    "dist/vavilon.d.ts",
    "src",
    "docs"
  ],
  "browser": "dist/vavilon.js",
  "types": "dist/vavilon.d.ts",
  "scripts": {
    "build": "rollup -c",
    "build-dev": "rollup -c --config-dev",
    "test": "echo \"So far no tests here...\" && exit 0",
    "watch": "rollup -c --config-dev -w"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "eslint": "^6.8.0",
    "husky": "^3.1.0",
    "np": "^6.2.0",
    "rollup": "^1.30.1",
    "rollup-plugin-banner": "^0.2.1",
    "rollup-plugin-cleanup": "^3.1.1",
    "rollup-plugin-filesize": "^6.2.1",
    "rollup-plugin-strip": "^1.2.2",
    "rollup-plugin-typescript2": "^0.25.3",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-transformer-minify-privates": "^0.3.0",
    "typescript": "^3.7.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "eslint ./src/**/*.ts"
    }
  }
}
