{
  "name": "javascripting",
  "description": "Learn JavaScript by adventuring around in the terminal.",
  "version": "2.7.4",
  "author": "sethvincent",
  "bin": {
    "javascripting": "./bin/javascripting"
  },
  "dependencies": {
    "colors": "1.4.0",
    "diff": "^5.0.0",
    "workshopper-adventure": "^7.0.0"
  },
  "devDependencies": {
    "standard": "^16.0.3",
    "workshopper-adventure-test": "^1.2.0"
  },
  "engines": {
    "node": ">=12.22.4"
  },
  "license": "MIT",
  "main": "./index.js",
  "preferGlobal": true,
  "repository": {
    "url": "https://github.com/workshopper/javascripting"
  },
  "scripts": {
    "test": "standard && workshopper-adventure-test"
  }
}
