{
  "name": "@braintree/class-list",
  "version": "0.2.0",
  "description": "A helper for applying classes to dom nodes.",
  "main": "dist/class-list.js",
  "types": "dist/class-list.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "prebuild": "prettier --write .",
    "build": "tsc --declaration",
    "lint": "eslint --ext js,ts .",
    "posttest": "npm run lint",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/braintree/class-list.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/braintree/class-list/issues"
  },
  "homepage": "https://github.com/braintree/class-list#readme",
  "devDependencies": {
    "@types/jest": "^26.0.4",
    "eslint": "^7.4.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.17",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.2",
    "typescript": "^3.9.6"
  },
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsConfig": "src/__tests__/tsconfig.json"
      }
    }
  }
}
