@knowmax/genericlist-core
Version:
Knowmax Generic list with basic CRUD support without any user interface implementation.
53 lines (52 loc) • 1.25 kB
JSON
{
"name": "@knowmax/genericlist-core",
"version": "4.0.0-beta.22",
"description": "Knowmax Generic list with basic CRUD support without any user interface implementation.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc",
"test": "jest",
"test:watch": "jest --watch"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"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.0.0-beta.3",
"mobx-react-lite": "^4.1.0"
},
"peerDependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@jest/globals": "^30.0.4",
"@types/node": "^24.0.14",
"@types/react": "^18.3.12",
"jest": "^30.0.4",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}