{
  "name": "@captemulation/get-parameter-names",
  "author": "Josh Perez <josh@goatslacker.com>",
  "contributors": [
    "John Dean <john.holmes.dean@gmail.com",
    "Benjamin Botto <benjamin.botto@gmail.com>",
    "german <german@gametube.org>"
  ],
  "version": "1.4.2",
  "types": "dist/index.d.ts",
  "description": "Retrieves parameter names from a function",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/captemulation/get-parameter-names.git"
  },
  "bugs": {
    "url": "https://github.com/captemulation/get-parameter-names/issues"
  },
  "main": "dist/index.js",
  "keywords": [
    "argument",
    "function",
    "name",
    "parameter",
    "parse"
  ],
  "scripts": {
    "test": "ts-mocha -p tsconfig.json src/**.spec.ts",
    "build": "tsc",
    "build:watch": "npm run build -- -watch",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">= 0.12.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/register": "^7.4.4",
    "@types/chai": "^4.2.14",
    "@types/debug": "^4.1.5",
    "@types/expect": "^24.3.0",
    "@types/mocha": "^8.0.4",
    "chai": "^1.8.1",
    "mocha": "^8.2.1",
    "ts-mocha": "^8.0.0",
    "typescript": "^4.1.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5",
    "debug": "^4.1.1"
  }
}
