{
  "name": "@shipyardsuite/i18n-manager",
  "version": "0.1.3",
  "description": "A simple to i18n Module for JavaScript front- and back-end.",
  "main": "dist/index.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  },
  "module": "dist/index.js",
  "scripts": {
    "build": "babel src --out-dir ./dist --source-maps",
    "docs": "jsdoc -t node_modules/clean-jsdoc-theme -r ./src/*.js README.md -d ./docs",
    "test": "nyc --reporter=lcov mocha -- -R spec tests/ --require @babel/register",
    "lint": "eslint src/",
    "publish": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShipyardSuite/i18nManager.git"
  },
  "keywords": [],
  "author": "Shipyard Suite <shipyardsuite@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ShipyardSuite/i18nManager/issues"
  },
  "homepage": "https://github.com/ShipyardSuite/i18nManager#readme",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "7.9.6",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "7.9.6",
    "@babel/register": "7.10.1",
    "babel-plugin-add-module-exports": "1.0.2",
    "eslint": "6.8.0",
    "eslint-config-airbnb": "18.1.0",
    "eslint-config-airbnb-base": "14.1.0",
    "eslint-loader": "4.0.2",
    "chai": "4.2.0",
    "clean-jsdoc-theme": "2.2.11",
    "jsdoc": "3.6.4",
    "mocha": "7.1.2",
    "nodemon": "^2.0.2",
    "nyc": "15.0.1"
  },
  "dependencies": {}
}
