{
  "name": "esbundle",
  "version": "0.0.2",
  "description": "A client-side transpiler, bundler as well as dynamic npm package fetch and load",
  "types": "lib",
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --config jestconfig.json",
    "precompile": "npm run format && npm run lint && npm run test",
    "compile": "npm run precompile && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChristopherHButler/esbundle.git"
  },
  "author": "Christopher Harold Butler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ChristopherHButler/esbundle/issues"
  },
  "homepage": "https://github.com/ChristopherHButler/esbundle#readme",
  "keywords": [
    "bundler",
    "transpiler",
    "client-side-bundler",
    "esbuild",
    "esbuild-bundler",
    "unpkg",
    "unpkg-bundler"
  ],
  "files": [
    "lib/"
  ],
  "dependencies": {
    "axios": "^0.21.1",
    "esbuild-wasm": "^0.8.36",
    "localforage": "^1.9.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.1.3"
  }
}
