{
  "name": "estree-util-value-to-estree",
  "description": "Convert a JavaScript value to an estree expression",
  "version": "1.3.0",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "author": "Remco Haszing <remcohaszing@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/remcohaszing/estree-util-value-to-estree.git"
  },
  "bugs": {
    "url": "https://github.com/remcohaszing/estree-util-value-to-estree/issues"
  },
  "homepage": "https://github.com/remcohaszing/estree-util-value-to-estree#readme",
  "engines": {
    "node": ">=12.0.0"
  },
  "keywords": [
    "esast",
    "estree",
    "estree-util",
    "language",
    "unist"
  ],
  "scripts": {
    "prepack": "tsc --project tsconfig.build.json",
    "test": "jest && tsc && eslint . && prettier --check ."
  },
  "devDependencies": {
    "@types/estree": "^0.0.50",
    "@types/jest": "^27.0.0",
    "@typescript-eslint/eslint-plugin": "^4.0.0",
    "@typescript-eslint/parser": "^4.0.0",
    "eslint": "^7.0.0",
    "eslint-config-remcohaszing": "^3.0.0",
    "eslint-plugin-eslint-comments": "^3.0.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jest": "^24.0.0",
    "eslint-plugin-jest-formatting": "^3.0.0",
    "eslint-plugin-jsdoc": "^36.0.0",
    "eslint-plugin-markdown": "^2.0.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-sort-destructure-keys": "^1.0.0",
    "eslint-plugin-unicorn": "^36.0.0",
    "jest": "^27.0.0",
    "prettier": "^2.0.0",
    "ts-jest": "^27.0.0",
    "typescript": "^4.0.0"
  },
  "dependencies": {
    "is-plain-obj": "^3.0.0"
  }
}
