{
  "name": "babel-plugin-transform-modules-ui5",
  "version": "7.8.1",
  "description": "An unofficial babel plugin for SAP UI5.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ui5-community/babel-plugin-transform-modules-ui5.git",
    "directory": "packages/plugin"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "babel src -d dist",
    "build:watch": "babel src -d dist --watch",
    "lint": "eslint src",
    "lint:fix": "npm run lint -- --fix",
    "lint:staged": "lint-staged",
    "test": "FORCE_COLOR=0 jest __test__ --coverage=no",
    "test:watch": "npm test -- --watch",
    "test:update-snapshot": "FORCE_COLOR=0 jest --updateSnapshot",
    "prepare": "npm test && npm run build",
    "format": "prettier --write 'src/**/*.js'"
  },
  "keywords": [
    "ui5",
    "sap",
    "sapui5",
    "openui5",
    "babel",
    "babel7",
    "babeljs",
    "babel-plugin",
    "babelplugin",
    "es6",
    "module",
    "import",
    "export",
    "typescript",
    "ts"
  ],
  "author": "Ryan Murphy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/r-murphy/babel-plugin-transform-modules-ui5/issues"
  },
  "homepage": "https://github.com/r-murphy/babel-plugin-transform-modules-ui5#readme",
  "jest": {
    "collectCoverage": true
  },
  "lint-staged": {
    "src/**/*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "array-flatten": "^3.0.0",
    "doctrine": "^3.0.0",
    "ignore-case": "^0.1.0",
    "object-assign-defined": "^1.2.0"
  },
  "peerDependencies": {
    "@babel/core": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.5",
    "@babel/eslint-parser": "^7.28.5",
    "@babel/plugin-proposal-decorators": "^7.28.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-syntax-class-properties": "^7.12.13",
    "@babel/plugin-syntax-decorators": "^7.27.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
    "@babel/plugin-transform-property-mutators": "^7.27.1",
    "@babel/plugin-transform-typescript": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-flow": "^7.27.1",
    "@babel/preset-typescript": "^7.28.5",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^30.2.0",
    "core-js": "^3.47.0",
    "eslint": "^8.54.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-standard": "^5.0.0",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "rimraf": "^6.1.2"
  },
  "gitHead": "484d1d764310571d67601b17ff0bbe1767599246"
}
