UNPKG

@duckness/pool

Version:
47 lines (46 loc) 1.12 kB
{ "name": "@duckness/pool", "version": "1.0.2", "description": "Duckness Pool - @duckness/duck + Redux", "keywords": [ "redux", "ducks", "modular" ], "author": "Vasily Kazantsev <vasily@kazantsev.xyz>", "homepage": "https://github.com/hitosu/duckness/tree/master/packages/pool", "license": "MIT", "main": "lib/Pool.js", "files": [ "lib/" ], "directories": { "lib": "lib", "test": "__tests__" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/hitosu/duckness.git" }, "scripts": { "build": "tsc", "rebuild": "yarn clean && tsc", "clean": "rimraf lib && rm -f ./.tsbuildinfo", "build:watch": "tsc --watch --preserveWatchOutput", "lint": "eslint '{src,__tests__}/**/*.{ts,tsx,js,jsx}'" }, "bugs": { "url": "https://github.com/hitosu/duckness/issues" }, "dependencies": { "@duckness/duck": "^1.0.2" }, "peerDependencies": { "redux": "^4.2.0" }, "gitHead": "13ab054ba366f2bb3473b0e13f7e9ad2675d69f7" }