aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 73f2ab7efe050dff65180be8d5c7e65662b88a95 (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
38
39
40
41
{
  "name": "@neonxp/provider-compose",
  "version": "0.0.6",
  "description": "Simple compose provider",
  "main": "dist/compose.js",
  "umd:main": "dist/compose.umd.js",
  "module": "dist/compose.mjs",
  "unpkg": "dist/compose.umd.js",
  "source": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neonxp/compose.git"
  },
  "keywords": [
    "unstated",
    "react",
    "context",
    "state-management",
    "library"
  ],
  "author": "Alexander NeonXP Kiryukhin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neonxp/compose/issues"
  },
  "homepage": "https://github.com/neonxp/compose#readme",
  "peerDependencies": {
    "react": "*",
    "unstated-next": "^1.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "rollup": "^4.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4"
  },
  "scripts": {
    "build": "rollup -c"
  },
  "type": "module"
}