UNPKG

@vegajs/vortex

Version:

🌀 A next-gen, lightweight state management library for JavaScript and TypeScript.

65 lines (64 loc) • 1.71 kB
{ "name": "@vegajs/vortex", "version": "1.0.3-beta.33", "description": "🌀 A next-gen, lightweight state management library for JavaScript and TypeScript.", "keywords": [ "state management", "state", "manager", "management", "redux", "store", "reactive", "dependency injection", "react", "state", "flux" ], "homepage": "https://docs-vortex.netlify.app", "bugs": { "url": "https://github.com/vega-js/vortex/issues" }, "repository": { "type": "git", "url": "https://github.com/vega-js/vortex", "directory": "packages/vortex" }, "sideEffects": false, "license": "MIT", "author": "Andrey Zlobin", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./plugins": { "import": "./dist/plugins/index.mjs", "require": "./dist/plugins/index.js", "types": "./dist/plugins/index.d.ts" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "rslib build", "build:watch": "rslib build -w", "ci-publish": "npm publish --access public", "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx . --config .eslintrc", "lint": "npm run eslint && npm run typecheck", "lint:fix": "eslint --cache --ext .js,.jsx,.ts,.tsx . --fix --config .eslintrc --quiet", "tests": "vitest run", "tests:ci": "vitest run --reporter=junit --outputFile.junit=junit.xml", "tests:watch": "vitest", "typecheck": "tsc --noEmit" }, "peerDependencies": { "alien-signals": ">=2.0.7" } }