{ "name": "@ali/lowcode-plugin-sample-logo", "version": "0.8.0", "description": "alibaba lowcode editor logo plugin", "files": [ "es/", "lib/" ], "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "scripts": { "build": "build-scripts build --skip-demo", "test": "ava", "test:snapshot": "ava --update-snapshots" }, "keywords": [ "lowcode", "editor" ], "author": "xiayang.xy", "dependencies": { "@ali/lowcode-editor-core": "^0.8", "react": "^16.8.1" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@types/react": "^16.9.13", "@types/react-dom": "^16.9.4", "build-plugin-component": "^0.2.10" }, "publishConfig": { "registry": "https://registry.npm.alibaba-inc.com" } }