{
  "name": "@liquid-labs/catalyst-resource-babel-and-rollup",
  "version": "1.0.0-alpha.4",
  "description": "",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "make",
    "lint": "make lint",
    "lint:fix": "make lint-fix",
    "test": "make test",
    "prepack": "make build",
    "preversion": "make test && make lint",
    "qa": "make qa"
  },
  "keywords": [],
  "author": "Zane Rockenbaugh <zane@liquid-labs.com>",
  "license": "Apache-2.0",
  "repository": "git+ssh://git@github.com/liquid-labs/catalyst-resource-babel-and-rollup.git",
  "bugs": {
    "url": "https://github.com/liquid-labs/catalyst-resource-babel-and-rollup/issues"
  },
  "homepage": "https://github.com/liquid-labs/catalyst-resource-babel-and-rollup#readme",
  "dependencies": {
    "@babel/cli": "^7.23.4",
    "@babel/core": "^7.23.3",
    "@babel/plugin-proposal-throw-expressions": "^7.23.3",
    "@babel/plugin-syntax-import-assertions": "^7.23.3",
    "@babel/plugin-transform-class-properties": "^7.23.3",
    "@babel/plugin-transform-modules-commonjs": "^7.23.3",
    "@babel/plugin-transform-optional-chaining": "^7.23.4",
    "@babel/plugin-transform-private-methods": "^7.23.3",
    "@babel/plugin-transform-runtime": "^7.23.4",
    "@babel/preset-env": "^7.23.3",
    "@babel/runtime": "^7.23.4",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-url": "^8.0.2",
    "babel-plugin-inline-json-import": "^0.3.2",
    "find-root": "^1.1.0",
    "rollup": "^4.5.2",
    "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
    "rollup-plugin-license": "^3.2.0",
    "rollup-plugin-node-externals": "^6.1.2",
    "semver": "^7.5.4"
  },
  "devDependencies": {
    "eslint": "^8.50.0",
    "eslint-config-standard": "^17.1.0"
  }
}
