-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 KB
/
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": "@herp-inc/cycle-launchdarkly-driver",
"description": "LaunchDarkly driver for Cycle.js, based on fp-ts and io-ts",
"version": "0.2.3",
"keywords": [
"Cycle.js",
"LaunchDarkly"
],
"main": "index.js",
"typings": "index.d.ts",
"sideEffects": false,
"repository": "https://github.com/herp-inc/cycle-launchdarkly-driver",
"license": "MIT",
"devDependencies": {
"@cycle/run": "5.7.0",
"@herp-inc/eslint-config": "202409.3.0",
"@rollup/plugin-typescript": "12.1.2",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"fp-ts": "2.16.9",
"io-ts": "2.2.22",
"launchdarkly-js-client-sdk": "3.5.0",
"prettier": "3.4.2",
"rollup": "4.28.1",
"tslib": "2.8.1",
"typescript": "5.7.2",
"xstream": "11.14.0"
},
"peerDependencies": {
"fp-ts": "^2.11",
"io-ts": "^2.2",
"launchdarkly-js-client-sdk": "2 || 3",
"xstream": "11"
}
}