{
  "name": "bootstrap-compatibility-layer",
  "version": "1.1.2",
  "description": "Bootstrap compatibility layer to help using a module based on bootstrap 4 with a theme based on bootstrap 5",
  "keywords": [
    "prestashop",
    "bootstrap",
    "compatibility"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PrestaShop/bootstrap-compatibility-layer.git"
  },
  "author": "PrestaShop",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PrestaShop/bootstrap-compatibility-layer/issues"
  },
  "homepage": "https://github.com/PrestaShop/bootstrap-compatibility-layer#readme",
  "module": "dist/bootstrap-compatibility-layer.esm.min.js",
  "browser": "dist/bootstrap-compatibility-layer.umd.min.js",
  "main": "dist/bootstrap-compatibility-layer.umd.min.js",
  "style": "dist/bootstrap-compatibility-layer.min.css",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "lint-js": "eslint 'src/js/**/*.ts'",
    "lint-js:fix": "eslint --fix 'src/js/**/*.ts'",
    "lint-scss": "stylelint 'src/styles/**/*.scss'",
    "lint-scss:fix": "stylelint --fix 'src/styles/**/*.scss'",
    "prettier": "prettier --check src/",
    "prettier:fix": "prettier --write src/",
    "test": "jest --config=jest.config.ts",
    "test:watch": "jest --watch --config=jest.config.ts",
    "example": "npx http-server -o example/bootstrap-4.html -p 0"
  },
  "devDependencies": {
    "@prestashopcorp/eslint-config-ts": "^0.0.10",
    "@prestashopcorp/stylelint-config": "^0.0.3",
    "@types/jest": "^29.5.2",
    "@types/jsdom": "^21.1.1",
    "@types/node": "^20.3.1",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "autoprefixer": "^10.4.14",
    "babel-jest": "^29.5.0",
    "eslint": "^8.43.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard-with-typescript": "^35.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^16.0.1",
    "eslint-plugin-promise": "^6.1.1",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-scss-transform": "^1.0.3",
    "jsdom": "^22.1.0",
    "postcss": "^8.4.24",
    "prettier": "^2.8.8",
    "rollup": "^2.79.1",
    "rollup-plugin-scss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-ts": "^3.2.0",
    "sass": "^1.63.6",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "http-server": "^14.1.1"
  }
}
