{
  "name": "@stefandesu/vite-test-library",
  "version": "0.2.1",
  "files": [
    "dist",
    "src"
  ],
  "main": "./dist/vite-test-library.umd.js",
  "module": "./dist/vite-test-library.es.js",
  "style": "./dist/style.css",
  "sideEffects": false,
  "scripts": {
    "test": "mocha --recursive",
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint --ignore-path .gitignore --ext .js,.vue .",
    "fix": "npm run lint -- --fix",
    "lint-staged": "lint-staged",
    "yesno": "node -e \"const yesno = require('yesno'); yesno({ question: 'Are you sure you want to continue?' }).then(ok => process.exit(ok ? 0 : 1));\"",
    "release": "test $(git rev-parse --abbrev-ref HEAD) = dev && git pull && npm test && npm run build && npm version $SEMVER && npm run --silent yesno && (git push && git checkout main && git merge dev && git push --follow-tags && git checkout dev) || (git tag -d $(git describe --tags) && git reset --hard HEAD~1)",
    "release:patch": "SEMVER=patch npm run release",
    "release:minor": "SEMVER=minor npm run release",
    "release:major": "SEMVER=major npm run release"
  },
  "lint-staged": {
    "**/*.{js,vue}": [
      "eslint --fix"
    ]
  },
  "pre-commit": [
    "lint-staged",
    "test"
  ],
  "dependencies": {
    "jskos-tools": "^1.0.17",
    "vue": "^3.1.4"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^1.2.5",
    "@vue/compiler-sfc": "^3.1.4",
    "eslint": "^7.30.0",
    "eslint-config-gbv": "^1.0.3",
    "eslint-plugin-vue": "^7.13.0",
    "lint-staged": "^11.0.1",
    "mocha": "^9.0.2",
    "mocha-eslint": "^7.0.0",
    "pre-commit": "^1.2.2",
    "vite": "^2.4.2",
    "yesno": "^0.3.1"
  },
  "author": "Stefan Peters <stefandesu@exo.pm> (https://exo.pm)",
  "license": "MIT",
  "description": "Just testing stuff with Vite."
}
