msar
Version:
A CLI Tool for collecting reporting data from the Blackbaud LMS (formerly `myschoolapp-reporting`)
56 lines • 1.46 kB
JSON
{
"name": "msar",
"version": "0.8.9",
"description": "A CLI Tool for collecting reporting data from the Blackbaud LMS (formerly `myschoolapp-reporting`)",
"keywords": [
"Blackbaud",
"Podium",
"MySchoolApp",
"LMS",
"export",
"reporting",
"analytics"
],
"homepage": "https://github.com/groton-school/myschoolapp-reporting/tree/main/packages/msar#readme",
"repository": {
"type": "git",
"url": "https://github.com/groton-school/myschoolapp-reporting.git",
"directory": "packages/msar"
},
"license": "GPL-3.0",
"author": {
"name": "Seth Battis",
"email": "sbattis@groton.org"
},
"type": "module",
"directories": {
"bin": "./bin"
},
"prettier": "@battis/prettier-config",
"dependencies": {
"@qui-cli/core": "^5.0.1",
"@qui-cli/plugin": "^4.0.0",
"@qui-cli/structured": "^2.0.1",
"@msar/inbox": "0.1.6",
"@msar/pronunciation": "0.0.5",
"@msar/school-website": "0.1.0",
"@msar/archive": "0.1.10",
"@msar/snapshot": "0.4.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.8",
"@types/node": "^24.10.4",
"commit-and-tag-version": "^12.6.1",
"del-cli": "^6.0.0",
"globals": "^16.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.9.3"
},
"scripts": {
"clean": "del ./dist",
"build": "run-s build:*",
"build:clean": "run-s clean",
"build:compile": "tsc",
"release": "commit-and-tag-version"
}
}