{
  "name": "ghom-eval",
  "version": "1.2.1",
  "description": "JS evaluator",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist",
  "type": "module",
  "dependencies": {
    "ghom-prettify": "^3.0.0",
    "prettier": "^3.3.3",
    "typescript": "^5.6.3"
  },
  "prettier": {
    "semi": false
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write src",
    "test": "npm run build && node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "prepublishOnly": "npm run test && npm run format"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GhomKrosmonaute/discord-eval.ts.git"
  },
  "keywords": [
    "eval",
    "discord",
    "bot",
    "javascript",
    "js",
    "code",
    "code-emulator",
    "command"
  ],
  "author": "ghom",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/GhomKrosmonaute/discord-eval.ts/issues"
  },
  "homepage": "https://github.com/GhomKrosmonaute/discord-eval.ts/blob/ghom-eval/readme.md",
  "devDependencies": {
    "@types/jest": "^29.5.13",
    "@types/node": "^22.7.5",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5"
  }
}
