UNPKG

@adnbn/plugin-remote-config

Version:
52 lines (51 loc) 1.12 kB
{ "name": "@adnbn/plugin-remote-config", "version": "0.2.0", "description": "Remote config plugin for Addon Bone", "keywords": [ "adnbn", "browser", "chrome", "opera", "firefox", "safari", "edge", "extension", "config", "remote" ], "repository": { "type": "git", "url": "git@github.com:addonbone/plugin-remote-config.git" }, "license": "MIT", "author": "Addon Bone", "files": [ "plugin" ], "exports": { ".": "./plugin/index.ts", "./api": "./plugin/api.ts", "./react": "./plugin/react/index.ts", "./service": "./plugin/service.ts" }, "scripts": { "format": "prettier --write ." }, "dependencies": { "date-fns": "^2.25.0", "validator": "^13.15.15" }, "devDependencies": { "@types/react": "^19.0", "@types/react-dom": "^19.0", "@types/validator": "^13.15.2", "adnbn": "^0.2.7", "prettier": "^3.5.3" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", "adnbn": ">=0.2.3" } }