{
  "name": "vanillajs",
  "version": "1.0.1",
  "description": "vanillajs with tree-shake and typescript support",
  "main": "./dest/cjs/index.js",
  "module": "./dest/es/index.js",
  "scripts": {
    "build": "rimraf dest && rollup -c",
    "test": "jest",
    "prepublish": "npm run build"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm test",
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --fix"
    ]
  },
  "author": "Jan Peer Stöcklmair <janpeer264@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JPeer264/vanilla.js.git"
  },
  "keywords": [
    "vanillajs",
    "vanilla",
    "js",
    "framework",
    "fast",
    "lightweight",
    "powerful"
  ],
  "bugs": {
    "url": "https://github.com/JPeer264/vanilla.js/issues"
  },
  "homepage": "https://github.com/JPeer264/vanilla.js#readme",
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.4",
    "rimraf": "^3.0.2",
    "rollup": "^2.10.5",
    "rollup-plugin-typescript2": "^0.27.1",
    "ts-jest": "^26.0.0",
    "typescript": "^3.9.3"
  }
}
