{
  "name": "@creative-web-solution/front-library",
  "title": "Frontend library",
  "description": "Frontend functions and modules",
  "version": "7.1.50",
  "homepage": "https://github.com/creative-web-solution/front-library",
  "author": "Creative Web Solution <contact@cws-studio.com> (https://www.cws-studio.com)",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/creative-web-solution/front-library.git"
  },
  "license": "MIT",
  "private": false,
  "engines": {
    "node": ">=12.0.0",
    "npm": ">=6.0.0"
  },
  "scripts": {},
  "dependencies": {
    "dayjs": "1.11.4"
  },
  "devDependencies": {
    "babelify": "10.0.0",
    "@babel/preset-env": "^7.14.8",
    "@babel/preset-typescript": "^7.14.5"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "extensions": [ ".tsx", ".ts" ],
          "presets": [
            "@babel/preset-env",
            "@babel/preset-typescript"
          ]
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/creative-web-solution/front-library/issues"
  }
}
