{
  "name": "web-animation-club",
  "version": "1.0.0",
  "description": "Web Animation Club",
  "repository": "rcaferati/web-animation-club",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "keywords": [
    "web animation",
    "animation callback",
    "transition end",
    "ontransitionend",
    "onanimationend"
  ],
  "scripts": {
    "build": "webpack --mode development",
    "build-min": "webpack --mode production --config webpack.prod.js",
    "build-watch": "webpack --mode development --watch",
    "test": "echo true",
    "prepublish": "npm run build && npm run build-min"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-typescript": "^7.18.6",
    "babel-loader": "^8.2.5",
    "eslint": "^8.25.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "terser-webpack-plugin": "^5.3.6",
    "typescript": "^4.8.4",
    "ts-loader": "^9.4.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  }
}
