{
  "name": "@filestack/loader",
  "version": "1.0.9",
  "license": "SEE LICENSE IN LICENSE",
  "main": "dist/index.js",
  "module": "dist/module/index.js",
  "browser": "dist/index.esm.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "author": "PCholuj <piotr.choluj@filestack.com>",
  "homepage": "https://github.com/filestack/filestack-loader-js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/filestack/filestack-loader-js.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run build:main && npm run build:module && npx webpack",
    "build:main": "npx tsc --p tsconfig.json",
    "build:module": "npx tsc --p tsconfig.module.json",
    "release": "npx standard-version",
    "prepublish": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "@purtuga/esm-webpack-plugin": "^1.2.1",
    "prettier": "^1.19.1",
    "standard-version": "^7.1.0",
    "tslint": "^6.1.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  },
  "description": "Dependency free js async script loader for browsers maintained by @Filestack",
  "bugs": {
    "url": "https://github.com/filestack/filestack-loader-js/issues"
  },
  "directories": {
    "lib": "lib"
  }
}
