{
    "name": "starburst-webpack",
    "version": "0.0.1",
    "description": "> TODO: description",
    "author": "Shane Osbourne <shane.osbourne8@gmail.com>",
    "homepage": "",
    "license": "ISC",
    "main": "dist/index.js",
    "publishConfig": {
        "access": "public"
    },
    "directories": {
        "lib": "lib",
        "test": "__tests__"
    },
    "files": [
        "dist",
        "lib"
    ],
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "rm -rf dist && tsc",
        "test": "npm run build",
        "prepublishOnly": "npm test"
    },
    "devDependencies": {
        "typescript": "^3.8.3"
    },
    "dependencies": {
        "starburst": "1.0.0",
        "terser-webpack-plugin": "^2.3.5",
        "ts-loader": "^6.2.2",
        "ts-node": "8.8.1",
        "ts-transform-graphql-tag": "^0.2.1",
        "typescript": "^3.8.3",
        "webpack": "^4.42.1",
        "webpack-bundle-analyzer": "^3.6.1",
        "webpack-cli": "^3.3.11",
        "webpack-dev-server": "^3.10.3",
        "webpack-node-externals": "1.7.2",
        "webpack-stats-plugin": "0.3.1",
        "html-webpack-plugin": "^4.0.2"
    }
}
