{
  "name": "@opencitylabs/bootstrap-italia",
  "version": "0.4.20",
  "description": "Bootstrap Italia templates for Form.io forms",
  "main": "lib/cjs/bootstrapItalia.js",
  "module": "lib/mjs/bootstrapItalia.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "import": "./lib/cjs/bootstrapItalia.js",
      "require": "./lib/cjs/bootstrapItalia.js"
    },
    "./components": {
      "import": "./lib/cjs/templates/components/index.js",
      "require": "./lib/cjs/templates/components/index.js"
    },
    "./bootstrapItalia": {
      "import": "./lib/cjs/bootstrapItalia.js",
      "require": "./lib/cjs/bootstrapItalia.js"
    }
  },
  "typesVersions": {
    "*": {
      "bootstrapItalia": [
        "lib/mjs/bootstrapItalia.d.ts"
      ]
    }
  },
  "scripts": {
    "test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
    "test": "mocha --require ts-node/register --reporter spec './{,!(node_modules)/**/}*.spec.ts'",
    "watch": "tsc -w",
    "build": "rm -rf ./lib && rm -rf ./dist && tsc --project tsconfig.cjs.json && tsc --project tsconfig.mjs.json && gulp templates && webpack && node ./libpackage.js && gulp copy",
    "lint": "tslint -p .",
    "prepublish": "npm run build",
    "release": "release-it"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "files": [
    "lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/opencity-labs/formbuilder-bootstrap-italia"
  },
  "keywords": [
    "Form.io",
    "Bootstrap",
    "Bootstrap-Italia",
    "Web",
    "Design",
    "Template"
  ],
  "devDependencies": {
    "@release-it/bumper": "^6.0.1",
    "@types/chai": "^4.3.11",
    "@types/ejs": "^3.1.5",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.7",
    "@types/sinon": "^17.0.2",
    "@typescript-eslint/eslint-plugin": "^6.18.1",
    "@typescript-eslint/parser": "^6.18.1",
    "bootstrap-italia": "^2.8.4",
    "chai": "^5.0.0",
    "copy-props": "^4.0.0",
    "del": "^7.1.0",
    "gulp": "^4.0.2",
    "gulp-clean": "^0.4.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-insert": "^0.5.0",
    "gulp-minify-css-names": "^2.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^5.1.0",
    "gulp-template": "^5.0.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "release-it": "^17.3.0",
    "sass": "1.64.2",
    "sinon": "^17.0.1",
    "ts-node": "^10.9.2",
    "ts-sinon": "^2.0.2",
    "tslint": "^6.1.3",
    "typescript": "~5.3.3",
    "undertaker-forward-reference": "^2.0.0",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.0.1"
  },
  "license": "MIT",
  "dependencies": {
    "gulp-copy": "^5.0.0"
  }
}
