Innovenergy_trunk/frontend/node_modules/monocle-ts/package.json

36 lines
785 B
JSON

{
"name": "monocle-ts",
"version": "2.3.13",
"description": "A porting of scala monocle library to TypeScript",
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/gcanti/monocle-ts.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/monocle-ts/issues"
},
"homepage": "https://github.com/gcanti/monocle-ts",
"peerDependencies": {
"fp-ts": "^2.5.0"
},
"tags": [
"typescript",
"functional-programming",
"optics",
"lens",
"fp-ts"
],
"keywords": [
"typescript",
"functional-programming",
"optics",
"lens",
"fp-ts"
]
}