{
  "name": "@magnolia/template-annotations",
  "version": "1.4.0",
  "description": "Magnolia Template Annotations",
  "author": "Magnolia International Ltd.",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf build && rimraf lib",
    "lint": "eslint . --ext .js",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "build": "npm run clean && npm run lint && npm run build-tsc && webpack --config webpack.dev.js && webpack --config webpack.prod.js",
    "test": "jest",
    "build-tsc": "tsc && copyfiles -u 1 \"src/**/*.d.ts\" lib"
  },
  "repository": {
    "type": "git",
    "url": "https://git.magnolia-cms.com/scm/modules/frontend-helpers.git",
    "directory": "template-annotations"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/plugin-transform-runtime": "^7.22.5",
    "@babel/preset-env": "^7.22.5",
    "babel-loader": "^9.1.2",
    "copyfiles": "^2.4.1",
    "eslint": "^8.43.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-import": "^2.27.5",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^2.8.8",
    "rimraf": "^5.0.1",
    "typescript": "~4.9.5",
    "webpack": "^5.87.0",
    "webpack-cli": "^5.1.4",
    "webpack-merge": "^5.9.0"
  },
  "typings": "index.d.js",
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  }
}
