{
  "name": "devoirs-core",
  "description": "Programmatic access to assignments in Microsoft Teams, on Node.js.",
  "author": "Naoki Ikeguchi <root@siketyan.dev>",
  "homepage": "https://github.com/approvers/devoirs-core#readme",
  "license": "GPL-3.0",
  "version": "0.2.2",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "microsoft-365",
    "microsoft-teams",
    "assignments"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/approvers/devoirs-core.git"
  },
  "bugs": {
    "url": "https://github.com/approvers/devoirs-core/issues"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "puppeteer": "^5.5.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.7",
    "@types/puppeteer": "^5.4.0",
    "typescript": "^4.0.5"
  },
  "files": [
    "dist"
  ]
}
