{
  "name": "@saltcorn/any-bootstrap-theme",
  "version": "0.6.10",
  "description": "Configurable bootstrap layout plugin",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build_theme": "sass --style=compressed scss/build/my_theme.scss scss/build/bootstrap.min.css"
  },
  "dependencies": {
    "@saltcorn/markup": "^0.1.2",
    "@saltcorn/data": "^0.1.2",
    "sass": "^1.72.0",
    "fs-extra": "11.3.5"
  },
  "author": "Tom Nielsen",
  "license": "MIT",
  "devDependencies": {
    "jest": "^25.1.0"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "parserOptions": {
      "ecmaVersion": 2020
    },
    "env": {
      "node": true,
      "es6": true
    },
    "rules": {
      "no-unused-vars": "off",
      "no-case-declarations": "off",
      "no-empty": "warn",
      "no-fallthrough": "warn"
    }
  }
}
