{
  "name": "itasca",
  "version": "0.0.3",
  "description": "A minimal MVC web framework for solo devs and productive teams",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/evan-duncan/itasca.git"
  },
  "keywords": [
    "web",
    "framework",
    "MVC",
    "productive"
  ],
  "author": "Evan Duncan <evan.e.duncan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evan-duncan/itasca/issues"
  },
  "homepage": "https://github.com/evan-duncan/itasca#readme",
  "devDependencies": {
    "mocha": "^10.1.0"
  },
  "dependencies": {
    "@root/walk": "^1.1.0",
    "dotenv": "^16.0.3",
    "express": "^4.18.2",
    "yargs": "^17.6.2"
  }
}
