{
  "name": "prelim",
  "version": "0.3.2",
  "description": "Pre-build Unused Code Eliminator for JavaScript",
  "main": "index.js",
  "scripts": {
    "run": "node prelim-cli.js ",
    "format": "prettier --write '*.js' 'src/**/*.js'",
    "test": "jest --no-watchman",
    "update-tests": "jest --no-watchman --updateSnapshot"
  },
  "bin": "prelim-cli.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ariabuckles/prelim.git"
  },
  "keywords": [
    "unused",
    "elimination",
    "removal",
    "dead"
  ],
  "author": "Aria Buckles (https://github.com/ariabuckles)",
  "contributors": [
    "Aria Buckles (https://github.com/ariabuckles)",
    "Kiran Bhattaram (https://github.com/kiran)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ariabuckles/prelim/issues"
  },
  "homepage": "https://github.com/ariabuckles/prelim#readme",
  "files": [
    "index.js",
    "prelim-cli.js",
    "README.md",
    "package.json",
    "src",
    "!**/tests/**"
  ],
  "dependencies": {
    "@babel/core": "^7.12.16",
    "@babel/traverse": "^7.12.13",
    "@babel/types": "^7.12.13",
    "@codemod/core": "^1.1.0",
    "@codemod/parser": "^1.1.0",
    "commander": "^7.0.0",
    "glob-gitignore": "^1.0.14",
    "ignore": "^5.1.8"
  },
  "devDependencies": {
    "@babel/generator": "^7.12.15",
    "@babel/parser": "^7.12.16",
    "jest": "^26.6.3",
    "prettier": "^2.2.1"
  }
}
