{
  "name": "@runnerty/interpreter-core",
  "version": "4.0.1",
  "description": "Runnerty interpreter module",
  "author": "Runnerty Tech",
  "license": "MIT",
  "main": "index.cjs",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint '**/*.js' && prettier --check '**'",
    "format": "prettier --write '**'",
    "build": "rollup -c",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runnerty/interpreter-core.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "runnerty",
    "interpreter",
    "core"
  ],
  "bugs": {
    "url": "https://github.com/runnerty/interpreter-core/issues"
  },
  "homepage": "https://github.com/runnerty/interpreter-core#readme",
  "dependencies": {
    "lodash": "~4.17.21",
    "moment": "~2.30.1",
    "object-sizeof": "~2.6.5",
    "uuid": "~11.0.4"
  },
  "devDependencies": {
    "eslint": "^9.17.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "prettier": "^3.4.2",
    "rollup": "^4.30.0"
  }
}
