{
  "name": "@qualified/embed",
  "version": "2.0.0",
  "description": "With Embed, you can now build advanced, developer-friendly coding products for education, recruiting, upskilling, and more. Our SDK makes it simple to embed code challenges and assessments into your existing products.",
  "main": "src/embed.js",
  "unpkg": "dist/embed.min.js",
  "jsdelivr": "dist/embed.min.js",
  "scripts": {
    "start": "webpack serve",
    "build": "webpack",
    "check-types": "tsc --skipLibCheck --project ./jsconfig.json",
    "lint": "eslint --ignore-path=.eslintignore .",
    "format": "prettier -w .",
    "test": "playwright test",
    "jsdoc": "jsdoc -c jsdoc.config.json -R src/README.md -t ./node_modules/ink-docstrap/template src",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andela-technology/qualified-embed.git"
  },
  "keywords": [
    "qualified",
    "embed"
  ],
  "bugs": {
    "url": "https://github.com/andela-technology/qualified-embed/issues"
  },
  "homepage": "https://github.com/andela-technology/qualified-embed#readme",
  "author": "Qualified",
  "license": "ISC",
  "dependencies": {
    "penpal": "^5.2.1"
  },
  "devDependencies": {
    "@playwright/test": "^1.43.0",
    "eslint": "^8.57.0",
    "eslint-plugin-jsdoc": "^48.2.3",
    "html-webpack-plugin": "^5.6.0",
    "husky": "^9.0.11",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.6.4",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "webpack": "^5.90.3",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4"
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix --ignore-path=.eslintignore",
    "*.{js,css,html,md}": "prettier --write"
  }
}
