-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 926 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
{
"name": "fp-ts-routing-adt",
"version": "0.0.4",
"description": "Helper function that builds an fp-ts-routing parser and formatter from keyed Matches.",
"main": "dist/index.js",
"repository": "https://github.com/anthonyjoeseph/fp-ts-routing-adt",
"author": "anthonygabriele <[email protected]>",
"license": "MIT",
"prepublish": "tsc",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"fp-ts-routing": ">= 0.5.4"
},
"dependencies": {
"@types/node": "^14.14.30",
"fp-ts": "^2.10.5",
"fp-ts-routing": "^0.5.4",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"assert": "^2.0.0",
"eslint": "^7.20.0",
"fs": "^0.0.1-security",
"io-ts": "^2.2.16",
"jest": "^26.6.3",
"ts-jest": "^26.5.1"
}
}