{
  "name": "@talend/scripts-core",
  "description": "Set of scripts",
  "version": "16.7.0",
  "license": "Apache-2.0",
  "exports": "./src/index.js",
  "type": "module",
  "bin": {
    "talend-scripts": "./src/index.js"
  },
  "author": "Talend Frontend <frontend@talend.com>",
  "homepage": "https://github.com/Talend/ui/tree/master/packages/ui-scripts#readme",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "scripts": {
    "lint": "node ./src/index.js lint",
    "test": "node ./src/index.js test ./__tests__"
  },
  "peerDependencies": {
    "@talend/scripts-config-react-webpack": ">=16.0.0",
    "@talend/scripts-config-storybook-lib": ">=5.0.0",
    "karma": ">=6.4.2",
    "storybook": ">=7.4.0"
  },
  "peerDependenciesMeta": {
    "@talend/scripts-config-react-webpack": {
      "optional": true
    },
    "@talend/scripts-config-storybook-lib": {
      "optional": true
    },
    "karma": {
      "optional": true
    },
    "storybook": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.3",
    "@talend/eslint-config": "^13.4.0",
    "@talend/eslint-plugin": "^1.5.0",
    "@talend/scripts-utils": "^2.5.0",
    "@talend/scripts-config-babel": "^13.7.0",
    "@talend/scripts-config-jest": "^14.4.0",
    "@talend/scripts-config-stylelint": "^4.2.2",
    "@talend/scripts-config-typescript": "^11.3.2",
    "stylelint": "^15.11.0",
    "babel-loader": "^9.2.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "cpx2": "^3.0.2",
    "fs-extra": "^10.1.0",
    "lodash": "^4.17.21",
    "rimraf": "^5.0.10",
    "typescript": "^5.9.2",
    "webpack": "^5.101.3",
    "webpack-merge": "^5.10.0",
    "yargs": "^15.4.1"
  },
  "devDependencies": {},
  "publishConfig": {
    "access": "public"
  }
}
