aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 8c8f7014bd5add7ebd73294b35084870d03dad68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "unstated-next-compose",
  "version": "0.0.4",
  "description": "Simple compose provider for unstated-next",
  "main": "dist/compose.js",
  "umd:main": "dist/compose.umd.js",
  "module": "dist/compose.mjs",
  "unpkg": "dist/compose.umd.js",
  "source": "index.js",
  "scripts": {
    "build": "microbundle",
    "dev": "microbundle watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neonxp/unstated-next-compose.git"
  },
  "keywords": [
    "unstated",
    "react",
    "state-management",
    "library"
  ],
  "author": "Alexander NeonXP Kiryukhin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neonxp/unstated-next-compose/issues"
  },
  "homepage": "https://github.com/neonxp/unstated-next-compose#readme",
  "devDependencies": {
    "microbundle": "^0.11.0"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "unstated-next": "^1.1.0"
  }
}