-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@fgaudo/fp-ts-rxjs",
"version": "0.1.2-6",
"description": "RxJS bindings for fp-ts",
"license": "MIT",
"author": "Francesco Gaudenzi <fgaudo@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/fgaudo/fp-ts-rxjs.git"
},
"bugs": {
"url": "https://github.com/fgaudo/fp-ts-rxjs/issues",
"email": "fgaudo@gmail.com"
},
"exports": {
"./*.js": {
"import": "./dist/*.js",
"require": "./dist/*.cjs"
}
},
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"fp-ts": "^2.16.5",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"simplytyped": "^3.3.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "8.0.0-alpha.10"
},
"keywords": [
"fp-ts",
"rxjs"
],
"packageManager": "npm@10.4.0+sha256.0e4e5986526a578a6cdc5647cf862efba03dfcb063672f90bc525433b893fba9"
}