@didask/scol-r
Version:
Shareable Cross-Origin Learning Resources
46 lines (45 loc) • 975 B
JSON
{
"name": "@didask/scol-r",
"version": "2.10.1",
"description": "Shareable Cross-Origin Learning Resources",
"main": "index.html",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf node_modules lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Didask/scol-r.git"
},
"keywords": [
"SCORM",
"CORS"
],
"author": "Didask",
"license": "ISC",
"bugs": {
"url": "https://github.com/Didask/scol-r/issues"
},
"homepage": "https://github.com/Didask/scol-r",
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.12",
"babel-jest": "29.7.0",
"husky": "3.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"typescript": "5.3.3"
},
"husky": {
"hooks": {
"pre-commit": "jest && tsc"
}
}
}