{
  "name": "@bigcommerce/script-loader",
  "version": "2.2.2",
  "description": "A library for loading JavaScript files asynchronously",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bigcommerce/script-loader-js.git"
  },
  "author": "BigCommerce",
  "bugs": {
    "url": "https://github.com/bigcommerce/script-loader-js/issues"
  },
  "homepage": "https://github.com/bigcommerce/script-loader-js",
  "scripts": {
    "prebuild": "rm -rf lib",
    "build": "tsc --outDir lib --project tsconfig-build.json",
    "lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
    "prepare": "check-node-version --node '>=6' --npm '>=6' && npm run build",
    "prerelease": "git fetch --tags && npm run validate-commits && npm run lint && npm test",
    "release": "standard-version",
    "postrelease": "npm publish --access public && git push --follow-tags",
    "test": "jest --config jest-config.js",
    "test:coverage": "npm test -- --coverage",
    "test:series": "npm test -- --runInBand",
    "test:watch": "npm test -- --watch",
    "validate-commits": "validate-commits"
  },
  "dependencies": {
    "@bigcommerce/request-sender": "^1.1.0",
    "tslib": "^1.10.0"
  },
  "devDependencies": {
    "@bigcommerce/tslint-config": "^2.0.1",
    "@bigcommerce/validate-commits": "^2.2.0",
    "@types/jest": "^24.0.17",
    "check-node-version": "^3.2.0",
    "jest": "^24.8.0",
    "standard-version": "^7.0.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  }

,"_resolved": "https://registry.npmjs.org/@bigcommerce/script-loader/-/script-loader-2.2.2.tgz"
,"_integrity": "sha512-BpMo7R4swcuiYGUVa8yaShdw/+rUHbMLyNL/u0te7sD6xZtW2B4uCRehasxal0vYxoI5hx764kni84AdH+6mNw=="
,"_from": "@bigcommerce/script-loader@2.2.2"
}