UNPKG

@knowmax/genericlist-core

Version:

Knowmax Generic list with basic CRUD support without any user interface implementation.

67 lines (66 loc) 1.59 kB
{ "name": "@knowmax/genericlist-core", "version": "5.1.0", "description": "Knowmax Generic list with basic CRUD support without any user interface implementation.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "sideEffects": false, "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "files": [ "dist", "LICENSE", "README.md" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/KnowmaxNL/genericlist.git" }, "keywords": [ "knowmax", "list", "crud", "react" ], "author": "Knowmax BV", "license": "MIT", "bugs": { "url": "https://github.com/KnowmaxNL/genericlist/issues" }, "homepage": "https://github.com/KnowmaxNL/genericlist#readme", "publishConfig": { "access": "public" }, "dependencies": { "@knowmax/http-utils": "^1.1.0" }, "peerDependencies": { "react": "^18.3.1 || ^19.0.0", "mobx": "^6.0.0", "mobx-react-lite": "^4.1.1" }, "devDependencies": { "@types/node": "^26.1.1", "@types/react": "^18.3.28 || ^19.0.0", "@vitest/coverage-v8": "^4.1.10", "happy-dom": "^20.10.6", "tsup": "^8.5.1", "typescript": "^5.9.3 || ^6.0.0 || ^7.0.0", "vitest": "^4.1.10" } }