-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.58 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.58 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@squadus/core",
"version": "0.0.2",
"description": "MySquadus Rest Client, WebSocket Client and common utils, types and constants",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "rm -rf dist && yarn tsc",
"lint": "eslint . --cache --cache-location .cache/eslint",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/newcloudtechnologies/squadus-core"
},
"author": "New Cloud Technologies, Ltd.",
"dependencies": {
"axios": "1.15.0",
"ejson": "2.2.3",
"form-data": "4.0.5",
"js-sha256": "0.11.1",
"lodash": "4.18.1",
"rxjs": "7.8.2",
"universal-ws-client": "1.0.4",
"url-parse": "1.5.10"
},
"resolutions": {
"form-data": "4.0.4"
},
"devDependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-typescript": "7.28.5",
"@squadus/eslint-config": "0.0.1",
"@types/ejson": "2.2.2",
"@types/eslint": "9.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.24",
"@types/rx": "4.1.4",
"@types/url-parse": "1.4.11",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"axios-mock-adapter": "2.1.0",
"eslint": "8.36.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-with-typescript": "34.0.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-dependencies": "2.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-notice": "0.9.10",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-exports": "0.8.0",
"eslint-plugin-sort-keys": "2.3.5",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"jest": "29.7.0",
"json-schema-to-typescript": "15.0.4",
"openapi-types": "12.1.3",
"postinstall-postinstall": "2.1.0",
"prettier": "3.5.3",
"ts-jest": "29.4.9",
"tslint": "6.1.3",
"typescript": "5.5.4"
},
"engines": {
"node": ">=14.0.0"
}
}