{
  "name": "@oat-sa/tao-core-sdk",
  "version": "1.20.0",
  "displayName": "TAO Core SDK",
  "description": "Core libraries of TAO",
  "homepage": "https://github.com/oat-sa/tao-core-sdk-fe#readme",
  "files": [
    "dist/",
    "src/"
  ],
  "license": "GPL-2.0",
  "scripts": {
    "test": "npx qunit-testrunner",
    "test:keepAlive": "npx qunit-testrunner --keepalive",
    "test:cov": "npm run build:cov && npx qunit-testrunner --cov",
    "test:dev": "NODE_ENV=development run-p test:keepAlive build:watch ",
    "coverage": "nyc report",
    "coverage:clover": "nyc report --reporter=clover",
    "coverage:html": "nyc report --reporter=lcov && open-cli coverage/lcov-report/index.html",
    "build": "rollup --config ./build/rollup.config.js",
    "build:cov": "rollup --config ./build/rollup.config.js --environment COVERAGE",
    "build:dev": "NODE_ENV=development npm run build:watch",
    "build:watch": "rollup --config ./build/rollup.config.js --watch",
    "lint:src": "eslint -c .eslintrc.js src",
    "lint:test": "eslint -c .eslintrc.js test",
    "lint:report": "eslint -c .eslintrc.js --output-file eslint_report.json --format json . | true",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oat-sa/tao-core-sdk-fe.git"
  },
  "keywords": [
    "tao",
    "core",
    "sdk",
    "fe",
    "frontend"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@oat-sa/browserslist-config-tao": "^1.0.1",
    "@oat-sa/eslint-config-tao": "^1.1.1",
    "@oat-sa/expr-eval": "^1.3.0",
    "@oat-sa/prettier-config": "^0.1.1",
    "@oat-sa/tao-core-libs": "^0.4.3",
    "@oat-sa/tao-qunit-testrunner": "1.0.3",
    "async": "^0.2.10",
    "decimal.js": "10.1.1",
    "dompurify": "1.0.11",
    "eslint": "^7.32.0",
    "fetch-mock": "^9.4.0",
    "gamp": "0.2.1",
    "glob": "^7.1.3",
    "handlebars": "1.3.0",
    "interactjs": "1.2.8",
    "jquery": "1.9.1",
    "jquery-mockjax": "^2.5.0",
    "jquery-simulate": "^1.0.2",
    "lodash": "2.4.1",
    "mime": "^2.4.2",
    "moment": "2.11.1",
    "moment-timezone": "0.5.10",
    "node-qunit-puppeteer": "^1.0.13",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.0.1",
    "open-cli": "^7.0.1",
    "popper.js": "1.15.0",
    "prettier": "^2.1.2",
    "promise-limit": "^2.7.0",
    "qunit": "^2.17.2",
    "raphael": "2.3.0",
    "require-css": "^0.1.10",
    "requirejs-plugins": "^1.0.2",
    "rollup": "^1.16.7",
    "rollup-plugin-alias": "^1.5.1",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-istanbul": "^2.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "select2": "3.5.1",
    "tooltip.js": "1.3.2"
  },
  "dependencies": {
    "fastestsmallesttextencoderdecoder": "1.0.14",
    "idb-wrapper": "1.7.0",
    "webcrypto-shim": "0.1.4"
  },
  "browserslist": [
    "extends @oat-sa/browserslist-config-tao"
  ],
  "prettier": "@oat-sa/prettier-config",
  "bugs": {
    "url": "https://github.com/oat-sa/tao-core-sdk-fe/issues"
  }

,"_resolved": "https://registry.npmjs.org/@oat-sa/tao-core-sdk/-/tao-core-sdk-1.20.0.tgz"
,"_integrity": "sha512-IoI/lWjy4ir5KS2nMNklQ2amISSa0ZbIKZDC3K/SmjTKR5cqusZZ9DPDzr3/ErvhQhM+u1uo6BohQNS6Il3zdQ=="
,"_from": "@oat-sa/tao-core-sdk@1.20.0"
}