UNPKG

eruda-chii-target

Version:

Inject chii target.js dynamically and add eruda plugin

34 lines (33 loc) 705 B
{ "name": "eruda-chii-target", "version": "1.2.6", "description": "Inject chii target.js dynamically and add eruda plugin", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup src/index.ts --watch" }, "keywords": [ "chii", "eruda", "remote-debug", "plugin" ], "author": "", "license": "MIT", "devDependencies": { "tsup": "^7.0.0", "typescript": "^5.2.2" }, "dependencies": { "@rrweb/packer": "^2.0.0-alpha.18", "@rrweb/record": "^2.0.0-alpha.18", "@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.18", "antd": "^5.0.0" } }