{
  "name": "args-to-arr",
  "version": "1.4.9",
  "description": "converts arguments or any other array-like object into an array starting from specific index.",
  "main": "dist/args-to-arr.js",
  "module": "dist/args-to-arr.mjs",
  "browser": "dist/args-to-arr.umd.js",
  "types": "types/index.d.ts",
  "typings": "types/index.d.ts",
  "keywords": [
    "arguments",
    "params",
    "array",
    "array-like",
    "to-array",
    "convert",
    "rest",
    "slice"
  ],
  "scripts": {
    "clean": "rm -rf node_modules/.cache/bundlib node_modules/.cache/jest dist types coverage",
    "lint": "eslint src/** __test__/**",
    "dev": "bundlib -dw",
    "build": "bundlib -d",
    "test": "jest --color -w 3",
    "prerelease": "npm run clean && npm run lint && npm test && npm run build",
    "release": "standard-version"
  },
  "files": [
    "dist",
    "types"
  ],
  "dependencies": {
    "is-array-like": "^1.1.2"
  },
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/preset-env": "^7.10.2",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@types/jest": "^26.0.0",
    "@types/node": "^14.0.13",
    "@typescript-eslint/eslint-plugin": "^3.2.0",
    "@typescript-eslint/parser": "^3.2.0",
    "bundlib": "^0.16.4",
    "chokidar": "^3.4.0",
    "eslint": "^7.2.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "rollup": "^2.15.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-export-equals": "^0.3.6",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "standard-version": "^8.0.0",
    "ts-jest": "^26.1.0",
    "typescript": "^3.9.5"
  },
  "author": {
    "name": "Manuel Fernandez",
    "email": "manferlo81@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manferlo81/args-to-arr.git"
  },
  "bugs": {
    "url": "https://github.com/manferlo81/args-to-arr/issues"
  },
  "homepage": "https://github.com/manferlo81/args-to-arr#readme",
  "license": "MIT"
}
