{
  "name": "es2049package",
  "version": "1.3.0",
  "description": "ECMAScript 2049 package: zero-configuration libraries and command-line utilies by Harald Rudell",
  "author": "Harald Rudell <harald.rudell@gmail.com> (http://haraldrudell.com)",
  "license": "ISC",
  "scripts": {
    "build": "node --experimental-json-modules ./node_modules/.bin/rollup --config config/rollup.config.mjs",
    "clean": "rimraf bin lib",
    "clean:config": "rimraf config",
    "reinstall": "npm-run-all reinstall:clean reinstall:install",
    "reinstall:clean": "rimraf node_modules ../../node_modules",
    "reinstall:install": "yarn",
    "test": "jest"
  },
  "type": "module",
  "main": "lib/es2049package.mjs",
  "bin": {
    "clean": "bin/clean.js",
    "rollup": "bin/rollup.js"
  },
  "keywords": [
    "ECMAScript",
    "ECMAScript 2049",
    "ES.Next",
    "JavaScript",
    "Transpile"
  ],
  "engines": {
    "node": ">=12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haraldrudell/ECMAScript2049"
  },
  "jest": {
    "rootDir": "./../.."
  },
  "devDependencies": {
    "allspawn": ">=1.1.2 <2",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": ">=25.1.0 <26",
    "jest": ">=25.1.0 <26",
    "js-yaml": ">=3.12.0 <4",
    "npm-run-all": ">=4.1.5 <5",
    "rimraf": ">=3.0.2 <4"
  },
  "dependencies": {
    "@babel/core": ">=7.8.7 <8",
    "@babel/plugin-proposal-class-properties": ">=7.8.3 <8",
    "@babel/plugin-proposal-decorators": ">=7.8.3 <8",
    "@babel/plugin-proposal-do-expressions": ">=7.8.3 <8",
    "@babel/plugin-proposal-export-default-from": ">=7.8.3 <8",
    "@babel/plugin-proposal-export-namespace-from": ">=7.8.3 <8",
    "@babel/plugin-proposal-function-bind": ">=7.8.3 <8",
    "@babel/plugin-proposal-function-sent": ">=7.8.3 <8",
    "@babel/plugin-proposal-json-strings": ">=7.8.3 <8",
    "@babel/plugin-proposal-logical-assignment-operators": ">=7.8.3 <8",
    "@babel/plugin-proposal-nullish-coalescing-operator": ">=7.8.3 <8",
    "@babel/plugin-proposal-numeric-separator": ">=7.8.3 <8",
    "@babel/plugin-proposal-optional-chaining": ">=7.8.3 <8",
    "@babel/plugin-proposal-pipeline-operator": ">=7.8.3 <8",
    "@babel/plugin-proposal-throw-expressions": ">=7.8.3 <8",
    "@babel/plugin-syntax-dynamic-import": ">=7.8.3 <8",
    "@babel/plugin-syntax-import-meta": ">=7.8.3 <8",
    "@babel/preset-env": ">=7.8.7 <8",
    "babel-eslint": ">=10.1.0 <11",
    "eslint": ">=6.8.0 <7",
    "fs-extra": ">=8.1.0 <9",
    "resolve": ">=1.15.1 <2",
    "rollup": "npm:rollup-esm-206",
    "rollup-plugin-babel": ">=4.4.0 <5",
    "@rollup/plugin-commonjs": ">=11.0.2 <12",
    "rollup-plugin-eslint": ">=7.0.0 <8",
    "@rollup/plugin-json": ">=4.0.2 <5",
    "@rollup/plugin-node-resolve": ">=7.1.1 <8",
    "rollup-plugin-thatworks": ">=1.0.4 <2"
  }
}
