1 | {
|
2 | "name": "monocle-ts",
|
3 | "version": "2.3.13",
|
4 | "description": "A porting of scala monocle library to TypeScript",
|
5 | "main": "lib/index.js",
|
6 | "module": "es6/index.js",
|
7 | "typings": "lib/index.d.ts",
|
8 | "sideEffects": false,
|
9 | "repository": {
|
10 | "type": "git",
|
11 | "url": "https://github.com/gcanti/monocle-ts.git"
|
12 | },
|
13 | "author": "Giulio Canti <giulio.canti@gmail.com>",
|
14 | "license": "MIT",
|
15 | "bugs": {
|
16 | "url": "https://github.com/gcanti/monocle-ts/issues"
|
17 | },
|
18 | "homepage": "https://github.com/gcanti/monocle-ts",
|
19 | "peerDependencies": {
|
20 | "fp-ts": "^2.5.0"
|
21 | },
|
22 | "tags": [
|
23 | "typescript",
|
24 | "functional-programming",
|
25 | "optics",
|
26 | "lens",
|
27 | "fp-ts"
|
28 | ],
|
29 | "keywords": [
|
30 | "typescript",
|
31 | "functional-programming",
|
32 | "optics",
|
33 | "lens",
|
34 | "fp-ts"
|
35 | ]
|
36 | } |
\ | No newline at end of file |