-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 960 Bytes
/
package.json
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
{
"name": "@devcycle/react-client-sdk",
"version": "1.31.0",
"description": "The DevCycle React SDK used for feature management.",
"author": "DevCycle <[email protected]>",
"keywords": [
"devcycle",
"feature flag",
"javascript",
"client",
"react",
"sdk"
],
"repository": {
"type": "git",
"url": "git://github.com/DevCycleHQ/js-sdks.git"
},
"homepage": "https://devcycle.com",
"scripts": {
"clean": "rimraf dist",
"test": "jest",
"tsc": "tsc",
"build": "yarn clean && yarn tsc"
},
"license": "MIT",
"devDependencies": {
"cross-fetch": "4.0.0"
},
"dependencies": {
"@devcycle/js-client-sdk": "^1.33.0",
"@devcycle/types": "^1.20.0",
"hoist-non-react-statics": "^3.3.2"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"types": "./index.cjs.d.ts"
}