{
  "name": "@upandgo/react-scorm-container",
  "version": "3.0.4",
  "description": "A React component acting as a LMS, listening to SCORM API events and reacting to SCORM API call.",
  "author": "Sangrene",
  "license": "MIT",
  "repository": {
    "type": "gitlab",
    "url": "git+https://gitlab.com/agence-upandgo/librairies/react-scorm-container.git"
  },
  "main": "dist/index.es.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "jest",
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "dependencies": {
    "nanoid": "^2.1.11"
  },
  "peerDependencies": {
    "react": "16.8.0 - 18",
    "react-dom": "16.8.0 - 18"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^23.1.5",
    "@types/nanoid": "^2.1.0",
    "@types/react": "^16.3.13",
    "@types/react-dom": "^16.0.5",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "eslint": "^6.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.16.4",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  },
  "files": [
    "./dist"
  ],
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
