@typed-f/lens
Version:
[![NPM Version][lens-npm-version-badge]][lens-npm] [repo-circleci-badge]: https://img.shields.io/circleci/project/github/Ailrun/typed-f/master.svg?logo=circleci [![Known Vulnerabilities][lens-snyk-badge]][lens-snyk] [![Supported TypeScript Version][repo-s
43 lines (42 loc) • 967 B
JSON
{
"name": "@typed-f/lens",
"version": "0.3.8",
"keywords": [
"Lens",
"TypeScript",
"Strong type",
"Functional",
"Functional Programming"
],
"license": "MIT",
"homepage": "https://github.com/Ailrun/typed-f#readme",
"bugs": "https://github.com/Ailrun/typed-f/issues",
"author": {
"name": "Junyoung Clare Jang",
"email": "jjc9310@gmail.com"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ailrun/typed-f.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -w -p ./tsconfig.json",
"test:lint": "tslint -p ."
},
"dependencies": {
"@typed-f/function": "^0.3.8"
},
"devDependencies": {
"@types/node": "11.13.8",
"rimraf": "3.0.2",
"tslint": "6.1.0",
"typescript": "3.8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a07ceb911dba1465b15aa86c6a82519b9cc141c1"
}