kotlineum
Version:
React implementation of Kotlin patterns and features, including Flow patterns (SharedFlow and StateFlow) and MVVM architecture with ViewModels
66 lines (65 loc) • 1.71 kB
JSON
{
"name": "kotlineum",
"version": "1.6.1",
"description": "React implementation of Kotlin patterns and features, including Flow patterns (SharedFlow and StateFlow) and MVVM architecture with ViewModels",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"kotlin",
"flow",
"stateflow",
"sharedflow",
"state-management",
"reactive",
"coroutines",
"sealed-classes",
"data-classes",
"extension-functions",
"kotlin-patterns"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^28.1.1",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"jest": "^28.1.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.75.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.4",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ariacop/kotlineum.git"
},
"bugs": {
"url": "https://github.com/ariacop/kotlineum/issues"
},
"homepage": "https://github.com/ariacop/kotlineum#readme"
}