{
  "name": "stimulus-content-loader",
  "version": "4.0.1",
  "description": "A Stimulus controller to asynchronously load HTML from an url.",
  "keywords": [
    "stimulus",
    "stimulusjs",
    "stimulus controller",
    "asynchronously load HTML",
    "ajax",
    "content-loader"
  ],
  "repository": "git@github.com:stimulus-components/stimulus-content-loader.git",
  "bugs": {
    "url": "https://github.com/stimulus-components/stimulus-content-loader/issues"
  },
  "author": "Guillaume Briday <guillaumebriday@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/stimulus-components/stimulus-content-loader",
  "private": false,
  "main": "dist/stimulus-content-loader.umd.js",
  "module": "dist/stimulus-content-loader.es.js",
  "scripts": {
    "format": "prettier-standard  '**/*.{ts,css,html}' --format",
    "lint": "prettier-standard  '**/*.{ts,css,html}' --lint",
    "dev": "vite",
    "prod": "vite build --mode netlify",
    "build": "tsc --noEmit && vite build",
    "version": "yarn build",
    "np": "np --no-2fa --no-test"
  },
  "devDependencies": {
    "@babel/core": "7.17.8",
    "@babel/plugin-syntax-class-properties": "7.12.13",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@hotwired/stimulus": "^3.0.1",
    "np": "^7.6.1",
    "prettier-standard": "16.4.1",
    "typescript": "^4.6.3",
    "vite": "^2.9.1"
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.0.0"
  }
}
