UNPKG

inject-content-message

Version:

A library for communication between browser extension inject and content scripts

27 lines 652 B
{ "name": "inject-content-message", "version": "1.0.1", "description": "A library for communication between browser extension inject and content scripts", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest" }, "keywords": [ "browser-extension", "content-script", "inject-script", "event-communication" ], "author": "Chen Long <1422272907@qq.com>", "repository": { "type": "git", "url": "https://github.com/chen99-long/inject-content-message" }, "license": "MIT", "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" } }