UNPKG

plugini

Version:

Sistema de microkernel extensible para plugins con gestión de permisos integrada

53 lines 1.29 kB
{ "name": "plugini", "version": "1.0.5", "description": "Sistema de microkernel extensible para plugins con gestión de permisos integrada", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "dev": "vite", "major": "node version-bump.js major", "minor": "node version-bump.js minor", "patch": "node version-bump.js patch" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "microkernel", "plugin", "system", "permissions", "react", "hooks", "modular", "extensible" ], "repository": { "type": "git", "url": "git+https://github.com/eanorambuena/plugini.git" }, "author": "Emmanuel Norambuena", "license": "MIT", "bugs": { "url": "https://github.com/eanorambuena/plugini/issues" }, "homepage": "https://github.com/eanorambuena/plugini#readme", "peerDependencies": { "react": ">=17.0.0" }, "devDependencies": { "@types/react": "^18.3.23", "typescript": "^5.8.3", "vite": "^7.0.6", "react-dom": "^19.1.0" }, "dependencies": {} }