UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@rematch/core",
3 "version": "2.2.0",
4 "description": "A Redux Framework",
5 "homepage": "https://rematchjs.org",
6 "sideEffects": false,
7 "main": "dist/index.js",
8 "module": "dist/core.esm.js",
9 "browser": "dist/core.esm.js",
10 "unpkg": "dist/core.umd.production.min.js",
11 "types": "dist/index.d.ts",
12 "publishConfig": {
13 "registry": "https://registry.npmjs.org/",
14 "access": "public"
15 },
16 "scripts": {
17 "start": "dts watch",
18 "build": "dts build --format cjs,esm,umd --tsconfig ./tsconfig.build.json",
19 "test": "dts test",
20 "lint": "dts lint",
21 "clean": "rimraf dist"
22 },
23 "files": [
24 "dist",
25 "src",
26 "../../README.md"
27 ],
28 "engines": {
29 "node": ">=10"
30 },
31 "peerDependencies": {
32 "redux": ">=4"
33 },
34 "devDependencies": {
35 "redux": "^4.0.5",
36 "typings-tester": "^0.3.2"
37 },
38 "authors": [
39 "Blair Bodnar <blairbodnar@gmail.com> (https://github.com/blairbodnar)",
40 "Shawn McKay <shawn.j.mckay@gmail.com> (https://github.com/shmck)"
41 ],
42 "bugs": {
43 "url": "https://github.com/rematch/rematch/issues"
44 },
45 "keywords": [
46 "@rematch",
47 "rematch",
48 "redux",
49 "state management",
50 "javascript"
51 ],
52 "license": "MIT",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/rematch/rematch.git"
56 },
57 "gitHead": "af5f67a9ae4b6c2e6ec3a4c6055b63e9eaebd583"
58}