-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1008 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
35
36
37
38
39
{
"name": "lens-shmens",
"version": "1.0.2",
"description": "TypeScript introspectable lens library, with ability to create \"recordings\" - delayed lens execution.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/astashov/lens-shmens.git"
},
"keywords": [
"typescript",
"lens",
"lenses",
"fp",
"redux",
"functional"
],
"author": "Anton Astashov",
"license": "MIT",
"bugs": {
"url": "https://github.com/astashov/lens-shmens/issues"
},
"homepage": "https://github.com/astashov/lens-shmens#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}