{
  "name": "@openlearning/xapi",
  "version": "1.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/OpenLearningNet/xapi.git"
  },
  "author": "David Collien <david@openlearning.com>",
  "license": "MIT",
  "description": "xAPI and CMI5 Library for OpenLearning Widgets",
  "bugs": {
    "url": "https://github.com/OpenLearningNet/xapi/issues"
  },
  "homepage": "https://github.com/OpenLearningNet/xapi#readme",
  "scripts": {
    "build": "tsc",
    "bundle": "webpack",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/preset-env": "^7.16.11",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.5",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "babel-loader": "^8.2.3"
  }
}
