{
    "name": "onebuild-plugin-webpack",
    "author": "Nhan Le",
    "license": "MIT",
    "version": "0.0.274",
    "description": "Used to bundle manifests.",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nhanle020285/onebuild.git"
    },
    "keywords": [
        "cms",
        "react",
        "vue"
    ],
    "bugs": {
        "url": "https://github.com/nhanle020285/onebuild/issues"
    },
    "homepage": "https://github.com/nhanle020285/onebuild",
    "dependencies": {
        "onebuild": "0.0.274",
        "webpack": "^5.28.0",
        "webpack-core": "^0.6.9",
        "ts-loader": "^8.0.12"
    },
    "engines": {
        "node": ">=12.18.1"
    },
    "main": "index.js",
    "module": "index.esm.js",
    "types": "index.d.ts"
}