{
  "name": "code-execution-engine",
  "version": "0.4.6",
  "description": "A fast and secure Code-Execution-Engine in Javascript.",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "jest tests/*.js",
    "build": "tsc -p ."
  },
  "keywords": [
    "Code",
    "Execution",
    "Engine",
    "Runner"
  ],
  "author": "Simon Köck",
  "license": "MIT",
  "devDependencies": {
    "jest": "^26.6.3",
    "typescript": "^4.2.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simonkoeck/code-execution-engine.git"
  },
  "bugs": {
    "url": "https://github.com/simonkoeck/code-execution-engine/issues"
  },
  "homepage": "https://github.com/simonkoeck/code-execution-engine#readme",
  "dependencies": {
    "@types/node": "^14.14.36"
  }
}
