{
  "name": "loader-helpers",
  "version": "0.0.4-alpha",
  "description": "loader-helpers",
  "main": "dist/lib.cjs.js",
  "module": "dist/lib.esm.js",
  "typings": "./dist/typings/Lib.d.ts",
  "scripts": {
    "install:integration": "cd src/test/integration && npm install",
    "clean:all": "npm-run-all clean clean:integration",
    "build:all": "npm-run-all build build:integration",
    "strip:all": "npm-run-all clean:all strip strip:integration",
    "strip": "rimraf ./node_modules",
    "strip:integration": "cd src/test/integration && npm run strip",
    "clean": "rimraf ./dist",
    "build": "npm-run-all clean rollup:build",
    "build:integration": "npm-run-all clean:integration _build:integration",
    "_build:integration": "cd src/test/integration && npm run build",
    "clean:integration": "cd src/test/integration && npm run clean",
    "dev": "npm-run-all -s clean -p rollup:watch",
    "rollup:build": "cross-env NODE_ENV=production rollup -c",
    "rollup:watch": "cross-env NODE_ENV=production rollup -c -w",
    "test": "jest",
    "test:clear": "jest --clearCache"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "author": "David Komer",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "22.1.1",
    "@types/node": "9.4.0",
    "chokidar": "2.0.0",
    "cross-env": "5.1.3",
    "glob": "7.1.2",
    "jest": "22.1.4",
    "minify": "3.0.2",
    "npm-run-all": "4.1.2",
    "rimraf": "2.6.2",
    "rollup": "0.55.3",
    "rollup-plugin-commonjs": "8.3.0",
    "rollup-plugin-node-resolve": "3.0.2",
    "rollup-plugin-postcss": "^1.2.8",
    "rollup-plugin-replace": "2.0.0",
    "rollup-plugin-typescript2": "0.11.0",
    "rollup-plugin-uglify": "3.0.0",
    "shelljs": "0.8.1",
    "ts-jest": "22.0.3",
    "ts-node": "4.1.0",
    "typescript": "2.7.1",
    "uglify-es": "3.3.9"
  },
  "dependencies": {
    "sanctuary": "0.14.1"
  }
}
