{
  "name": "playground-npm",
  "version": "3.2.2",
  "description": "A JavaScript API for handling cookies",
  "main": "cookies-utils.min.js",
  "module": "cookies-utils.min.js",
  "scripts": {
    "build": "webpack --config=webpack.prod.js",
    "build:dev": "webpack --config=webpack.config.js",
    "coverage": "jest --collect-coverage",
    "test": "jest --watchAll",
    "prepublishOnly": "cp ../CHANGELOG.md .",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "npm playground"
  ],
  "author": "Hamza HAMIDI",
  "license": "MIT",
  "homepage": "https://github.com/hamzahamidi/playground-npm",
  "repository": {
    "type": "git",
    "url": "https://github.com/hamzahamidi/playground-npm.git"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/jest": "^26.0.15",
    "@typescript-eslint/eslint-plugin": "^4.6.0",
    "@typescript-eslint/parser": "^4.6.0",
    "@webpack-cli/init": "^1.0.2",
    "babel-loader": "^8.1.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "clean-webpack-plugin": "^3.0.0",
    "codecov": "^3.8.1",
    "copy-webpack-plugin": "^6.2.1",
    "eslint": "^7.12.1",
    "jest": "^26.6.1",
    "semantic-release": "^17.2.2",
    "terser-webpack-plugin": "^5.0.3",
    "ts-jest": "^26.4.3",
    "ts-loader": "^8.0.7",
    "typescript": "^4.0.5",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0",
    "webpack-merge": "^5.3.0"
  },
  "typings": "cookies-utils.d.ts"
}
