@knowmax/genericlist-core
Version:
Knowmax Generic list with basic CRUD support without any user interface implementation.
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "@knowmax/genericlist-core",
"version": "4.0.0-beta.7",
"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": {
"mobx-react-lite": "^4.1.0"
},
"peerDependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "^22.15.29",
"@types/react": "^18.3.12",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
}
}