-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.46 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ucom.libs.common",
"version": "1.26.0",
"description": "Methods, interfaces, classes which are used both by frontend and backend application",
"main": "index.js",
"dependencies": {
"@hapi/joi": "^15.1.1",
"os-locale": "^4.0.0"
},
"devDependencies": {
"@types/hapi__joi": "^15.0.4",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"eslint": "^6.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-unicorn": "^12.0.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.7.0",
"tslint": "^5.20.0",
"tslint-config-airbnb": "^5.11.2",
"tsutils": "^3.17.1",
"typescript": "^3.6.3"
},
"scripts": {
"check-by-eslint": "eslint **/*.ts --fix",
"compile-ts": "rm -r ./build && tsc",
"compile-ts-watch": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UOSnetwork/ucom.libs.common.git"
},
"author": "UOS",
"license": "MIT",
"keywords": [
"UOS",
"EOS",
"DPOS",
"DPOI"
],
"bugs": {
"url": "https://github.com/UOSnetwork/ucom.libs.common/issues"
},
"homepage": "https://github.com/UOSnetwork/ucom.libs.common#readme"
}