UNPKG

preact-scoped-model

Version:
99 lines (98 loc) 2.72 kB
{ "version": "3.0.0", "description": "Scoped Model pattern for Preact", "author": "Alexis Munsayac", "types": "dist/types/index.d.ts", "main": "dist/cjs/production/index.js", "module": "dist/esm/production/index.js", "exports": { ".": { "development": { "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js" }, "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./dev": { "production": { "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js" }, "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js", "types": "./dist/types/index.d.ts" }, "./esm": { "development": "./dist/esm/development/index.js", "production": "./dist/esm/production/index.js", "default": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" }, "./cjs": { "development": "./dist/cjs/development/index.js", "production": "./dist/cjs/production/index.js", "default": "./dist/cjs/production/index.js", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "prepublish": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "test": "pridepack test --passWithNoTests", "clean": "pridepack clean", "watch": "pridepack watch" }, "license": "MIT", "name": "preact-scoped-model", "devDependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/preact": "^3.0.1", "@types/node": "^17.0.35", "eslint": "^8.15.0", "eslint-config-lxsmnsyc": "^0.4.0", "preact": "^10.7.2", "pridepack": "^1.1.1", "tslib": "^2.4.0", "typescript": "^4.6.4", "vitest": "^0.12.9" }, "peerDependencies": { "preact": "^10.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/LXSMNSYC/scoped-model.git" }, "bugs": { "url": "https://github.com/LXSMNSYC/scoped-model/issues" }, "homepage": "https://github.com/LXSMNSYC/scoped-model/tree/master/packages/preact-scoped-model", "keywords": [ "scoped-model", "preact-scoped-model", "provider", "context", "preact context", "selector", "state management", "preact" ], "dependencies": { "@lyonph/preact-hooks": "^0.5.1" }, "gitHead": "12acc3f910a2b4c8558c83c95e28a903de494dcb" }