-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 796 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
{
"name": "@lsby/ts_lambda_type",
"version": "0.0.34",
"description": "",
"scripts": {
"build": "tsc",
"pub": "npm publish --access=public"
},
"author": "",
"devDependencies": {
"prettier": "2.5.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@lsby/ts_type_fun": "^0.0.15",
"@lsby/ts-lambda-calc": "1.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lsby/ts_lambda_type.git"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/lsby/ts_lambda_type/issues"
},
"homepage": "https://github.com/lsby/ts_lambda_type#readme",
"main": "src/index.ts",
"keywords": []
}