UNPKG

@bringweb3/chrome-extension-kit

Version:

Crypto cashback integration kit for crypto outlets extension

60 lines 1.6 kB
{ "name": "@bringweb3/chrome-extension-kit", "version": "1.7.0", "description": "Crypto cashback integration kit for crypto outlets extension", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "license": "MIT", "private": false, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/Bring-Web3-LTD/chromeExtension.git" }, "scripts": { "watch": "tsup index.ts --env.IFRAME_URL=http://localhost:5173 --env.ENDPOINT=dev --env.VERSION=1.6.1 --format cjs,esm --dts --watch", "build": "tsup index.ts --format cjs,esm --dts --minify", "build:dev": "tsup index.ts --format cjs,esm --dts --minify --env.ENDPOINT=dev --env.VERSION=1.6.1", "lint": "tsc", "test": "vitest --coverage", "release": "yarn build && changeset publish" }, "files": [ "dist", "README.md" ], "devDependencies": { "@changesets/cli": "^2.27.9", "@types/chrome": "^0.0.268", "@vitest/coverage-v8": "^3.2.0", "tsup": "^8.3.5", "typescript": "^5.6.3", "vitest": "^3.2.0" }, "keywords": [ "cashback", "crypto", "bringweb3" ], "dependencies": { "uuid": "^14.0.0" }, "resolutions": { "picomatch": "^4.0.4", "micromatch": "^4.0.8", "minimatch": "^9.0.7", "cross-spawn": "^7.0.5", "rollup": "^4.59.0", "brace-expansion": "^2.0.3", "nanoid": "^3.3.8", "postcss": "^8.5.10", "@babel/runtime": "^7.26.10", "js-yaml": "^4.1.1", "tmp": "^0.2.4", "esbuild": "^0.25.0", "glob": "^10.5.0" } }