{
  "name": "vanillajs-browser-helpers",
  "version": "2.0.3",
  "description": "Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS in the browser",
  "deprecated": "This package is no longer maintained. Please use @jsfns/web instead.",
  "author": "Toke Voltelen",
  "license": "MIT",
  "browser": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "typings": "./index.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "postpublish": "npm run clean",
    "test": "jest",
    "test:coverage": "jest --collectCoverage",
    "type-check": "tsc -p tsconfig.json --noEmit",
    "build": "./bin/build.sh",
    "clean": "./bin/clean.sh",
    "missing": "./bin/missing.sh",
    "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "coveralls:win": "type ./coverage/lcov.info | node node_modules/.bin/coveralls",
    "lint": "eslint **/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://Tokimon@github.com/Tokimon/vanillajs-browser-helpers.git"
  },
  "keywords": [
    "javascript",
    "helpers",
    "find",
    "event",
    "scroll",
    "css"
  ],
  "bugs": {
    "url": "https://github.com/Tokimon/vanillajs-browser-helpers/issues"
  },
  "homepage": "https://github.com/Tokimon/vanillajs-browser-helpers#readme",
  "devDependencies": {
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "coveralls": "^3.1.1",
    "eslint": "^8.6.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jest": "^25.3.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^27.4.5",
    "ts-jest": "^27.1.2",
    "typescript": "^4.5.4"
  },
  "dependencies": {
    "vanillajs-helpers": "^3.1.3"
  }
}
