UNPKG

scorm-client

Version:
47 lines (46 loc) 943 B
{ "name": "scorm-client", "version": "1.0.2", "description": "SCORM Client", "main": "index.js", "scripts": { "build": "barrelize && vite build", "test": "vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/nizami/scorm-client.git" }, "keywords": [ "SCORM", "SCO", "LMS", "CMI" ], "author": "Nizami", "license": "MIT", "bugs": { "url": "https://github.com/nizami/scorm-client/issues" }, "homepage": "https://github.com/nizami/scorm-client#readme", "devDependencies": { "@types/node": "^24.6.2", "barrelize": "^1.6.4", "typescript": "~5.9.3", "vite": "^7.1.8", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.4" }, "type": "module", "sideEffects": false, "files": [ "dist" ], "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } } }