{
  "name": "@bluecadet/launchpad-scaffold",
  "version": "2.0.2",
  "description": "Suite of PS1 scripts to configure Windows 8/10 PCs for permanent exhibits.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "config",
    "scripts",
    "setup.bat",
    "setup.ps1"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluecadet/launchpad.git"
  },
  "author": "Bluecadet",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bluecadet/launchpad/issues"
  },
  "dependencies": {
    "@bluecadet/launchpad-utils": "~2.1.0",
    "sudo-prompt": "^9.2.1"
  },
  "devDependencies": {
    "@bluecadet/launchpad-tsconfig": "0.1.0"
  },
  "homepage": "https://github.com/bluecadet/launchpad/packages/scaffold"
}
