{
  "name": "@braintree/asset-loader",
  "version": "0.4.4",
  "description": "A module to load frontend assets.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "load-script.js",
    "load-stylesheet.js"
  ],
  "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/asset-loader.git"
  },
  "keywords": [],
  "author": "Braintree <code@getbraintree.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/braintree/asset-loader/issues"
  },
  "homepage": "https://github.com/braintree/asset-loader#readme",
  "devDependencies": {
    "@types/jest": "^26.0.5",
    "@types/promise-polyfill": "^6.0.3",
    "eslint": "^7.5.0",
    "eslint-config-braintree": "^5.0.0-typescript-prep-rc.17",
    "jest": "^26.1.0",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.3",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "promise-polyfill": "^8.1.3"
  },
  "jest": {
    "clearMocks": true,
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "tsConfig": "src/__tests__/tsconfig.test.json"
      }
    }
  }
}
