{
    "name": "my-world",
    "version": "0.0.1",
    "description": "view与template的关系库,为了低代码创建。🧩",
    "main": "index.js",
    "scripts": {
        "test": "jest",
        "build": "rollup --config",
        "types": "tsc -d --emitDeclarationOnly --allowJs false --declarationDir ./dist/@types",
        "prepublish": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/fromIceWorld/block.git"
    },
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/fromIceWorld/block/issues"
    },
    "homepage": "https://github.com/fromIceWorld/block#readme",
    "devDependencies": {
        "@rollup/plugin-node-resolve": "^13.2.1",
        "@rollup/plugin-typescript": "^8.3.2",
        "jest": "^27.5.1",
        "tslib": "^2.3.1",
        "typescript": "^4.6.3"
    },
    "dependencies": {
        "parse-html-template": "0.0.10"
    }
}
