kiss-js-bloc
Version:
Bloc type state management solution for typescript
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "kiss-js-bloc",
"version": "2.0.4",
"description": "Bloc type state management solution for typescript",
"main": "./dist/kiss-js-bloc.js",
"types": "./dist/kiss-js-bloc.d.ts",
"keywords": [
"react",
"state",
"reactjs",
"state-management",
"business-logic",
"BLoC",
"bloc"
],
"scripts": {
"start": "tsc | node ./build/src/test.js",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pramitha Wanigarathne",
"license": "ISC",
"dependencies": {
"camelcase": "^7.0.0",
"rxjs": "^7.5.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@types/node": "^18.7.23",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-loader": "^8.2.5",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"ts-loader": "^9.4.1",
"typescript": "^4.6.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"repository": {
"type": "git",
"url": "git@github.com:pramitha1166/kiss-state-js.git#react"
}
}