{
    "name": "@hoowu/cocos-plugin-o2-web-assets",
    "title": "O2 平台 Web + Assets 项目发布构建处理",
    "description": "适用于 O2 平台 的 Web + Assets 项目的发布构建处理流程",
    "package_version": 2,
    "version": "1.0.0",
    "author": "zfkun",
    "license": "ISC",
    "keywords": [
        "o2",
        "web",
        "assets",
        "plugin",
        "cocos",
        "cocos creator"
    ],
    "files": [
        "dist",
        "CHANGELOG.md"
    ],
    "contributions": {
        "builder": "./dist/builder.js"
    },
    "scripts": {
        "watch": "tsc --build ./tsconfig.json -w",
        "build": "rm -rf ./dist && tsc --build ./tsconfig.json",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "@types/fs-extra": "^5.0.4",
        "@types/node": "^14.5.2"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zfkun/cocos-plugin-o2-web-assets.git"
    },
    "publicConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    }
}