{
  "name": "evalmd",
  "version": "0.0.22",
  "description": "Evaluates javascript code blocks from markdown files.",
  "main": "dist/script.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/reggi/evalmd"
  },
  "bugs": {
    "url": "https://github.com/reggi/evalmd/issues"
  },
  "keywords": [
    "eval",
    "evaulate",
    "javascript",
    "markdown",
    "test"
  ],
  "preferglobal": true,
  "author": "Thomas Reggi <thomas@reggi.com>",
  "dependencies": {
    "acorn": "^7.4.1",
    "array.prototype.with": "^1.1.6",
    "chalk": "^1.1.3",
    "es-lookup-scope": "^1.0.1",
    "estraverse": "^4.3.0",
    "is-core-module": "^2.16.2",
    "lodash": "^4.18.1",
    "markdown-it": "^5.1.0",
    "mkdirp": "^0.5.6",
    "object.assign": "^4.1.7",
    "object.entries": "^1.1.9",
    "object.values": "^1.2.1",
    "os-tmpdir": "^1.0.2",
    "util.promisify": "^1.1.3",
    "yargs": "=11.1.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.5",
    "@ljharb/eslint-config": "^22.2.3",
    "@ljharb/tsconfig": "^0.3.2",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/define-properties": "^1.1.5",
    "@types/es6-collections": "^0.5.37",
    "@types/estraverse": "^5.1.7",
    "@types/is-core-module": "^2.2.2",
    "@types/lodash": "^4.17.24",
    "@types/lodash.findlast": "^4.6.9",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^12.20.55",
    "@types/object.assign": "^4.1.0",
    "@types/object.entries": "^1.1.1",
    "@types/os-tmpdir": "^1.0.2",
    "@types/qs": "^6.15.1",
    "@types/semver": "^6.2.7",
    "@types/supports-color": "^8.1.3",
    "@types/util.promisify": "^1.0.9",
    "@types/yargs": "^11.1.0",
    "@typescript-eslint/eslint-plugin": "^8.65.0",
    "@typescript-eslint/parser": "^8.65.0",
    "eslint": "^10.7.0",
    "jiti": "^0.0.0",
    "nyc": "^10.3.2",
    "qs": "^6.15.3",
    "qs-iconv": "^1.0.4",
    "semver": "^6.3.1",
    "tape": "^5.10.2",
    "typescript": "next"
  },
  "bin": {
    "evalmd": "./dist/script.js",
    "test-markdown": "./dist/script.js",
    "eval-markdown": "./dist/script.js"
  },
  "scripts": {
    "build": "tsc",
    "postbuild": "tsc -p tsconfig.test.json",
    "prepack": "npm run build",
    "pretests-only": "npm run build",
    "tests-only": "npm run test-node && npm run test-unit",
    "tests-only:windows": "npm run test-node && nyc node ./node_modules/tape/bin/tape \"dist-test/test/**/*.test.js\"",
    "test-unit": "nyc tape 'dist-test/test/**/*.test.js'",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "posttest": "npx npm@\">= 10.2\" audit --production",
    "test-node": "node ./dist/script.js ./test-readmes/qs.md ./test-readmes/fence-spaces.md ./test-readmes/win.md && node ./dist/script.js ./test-readmes/sh.md --eval=js,sh && node ./dist/script.js ./test-readmes/sloppy.md --sloppy",
    "test-native": "tape 'test/**/*.test.js'",
    "dependencies": "node -p \"process.env.npm_command\" | npx \"dt-clean@^1.2.1\" --auto"
  },
  "engines": {
    "node": ">= 4.2"
  }
}
