{
    "name": "wnjk",
    "version": "0.0.7",
    "description": "两只蜗牛通用微服务脚本",
    "main": "./js/index.js",
    "types": "./js/@types/index.d.ts",
    "scripts": {
        "test": "test",
        "build": "tsc"
    },
    "author": "yyq",
    "keywords": [
        "微应用"
    ],
    "license": "ISC",
    "devDependencies": {
        "webpack": "^5.46.0"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "files": ["js"]
}