{
  "name": "jiti",
  "version": "1.1.0",
  "description": "Runtime typescript and ESM support for Node.js (CommonJS)",
  "repository": "nuxt-contrib/jiti",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "dist/jiti.d.ts",
  "bin": "bin/jiti.js",
  "files": [
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && NODE_ENV=production yarn webpack",
    "build:babel": "ncc build src/babel.ts -t -m -o dist/babel",
    "clean": "rm -rf dist",
    "dev": "yarn clean && yarn webpack --watch",
    "jiti": "JITI_DEBUG=1 ./bin/jiti.js",
    "lint": "eslint --ext .ts,.js .",
    "release": "yarn test && yarn build && yarn standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "@babel/plugin-transform-modules-commonjs": "latest",
    "@babel/plugin-transform-typescript": "latest",
    "@babel/preset-typescript": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/babel__core": "latest",
    "@types/mkdirp": "latest",
    "@types/node": "latest",
    "@types/resolve": "latest",
    "babel-plugin-dynamic-import-node": "latest",
    "create-require": "latest",
    "destr": "latest",
    "eslint": "latest",
    "esm": "latest",
    "mkdirp": "latest",
    "standard-version": "latest",
    "ts-loader": "latest",
    "tslib": "latest",
    "typescript": "latest",
    "v8-compile-cache": "latest",
    "webpack": "latest",
    "webpack-cli": "latest"
  }
}
