{
  "name": "@funnelbranch/script",
  "version": "1.0.1",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "/build"
  ],
  "scripts": {
    "build": "webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/funnelbranch/funnelbranch-script-npm.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/funnelbranch/funnelbranch-script-npm/issues"
  },
  "homepage": "https://github.com/funnelbranch/funnelbranch-script-npm#readme",
  "devDependencies": {
    "clean-webpack-plugin": "^3.0.0",
    "ts-loader": "^8.0.14",
    "typescript": "^4.1.3",
    "webpack": "^5.17.0",
    "webpack-cli": "^4.4.0"
  },
  "dependencies": {}
}
