-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
82 lines (82 loc) · 2.11 KB
/
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
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
78
79
80
81
82
{
"name": "one-platform",
"version": "0.2.4",
"private": true,
"description": "An integrated application hosting platform.",
"engines": {
"node": "^16.18.0",
"npm": "^8.1.0"
},
"keywords": [
"one",
"platform",
"spaship",
"red",
"hat"
],
"repository": {
"type": "git",
"url": "git+https://github.com/1-Platform/one-platform.git"
},
"author": {
"name": "Sayak Sarkar",
"email": "sayak.bugsmith@gmail.com"
},
"contributors": [
{
"name": "Diwanshi Pandey",
"email": "diwanshipandey@gmail.com",
"url": "https://github.com/diwanshi"
},
{
"name": "Rigin Oommen",
"email": "riginoommen@gmail.com",
"url": "https://github.com/riginoommen"
},
{
"name": "Deepesh Nair",
"email": "hybridx18@gmail.com",
"url": "https://github.com/hybridx"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/1-Platform/one-platform/issues"
},
"homepage": "https://github.com/1-Platform/one-platform#readme",
"scripts": {
"postinstall": "lerna bootstrap",
"build:packages": "lerna run build --since",
"test:packages": "lerna run test --since --no-sort --concurrency 2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.32.0",
"@typescript-eslint/parser": "4.32.0",
"bats": "1.4.1",
"chai-sorted": "^0.2.0",
"cypress": "6.5.0",
"cypress-mochawesome-reporter": "^2.3.0",
"cypress-multi-reporters": "^1.5.0",
"cypress-shadow-dom": "^1.4.1",
"cypress-xpath": "1.6.2",
"eslint": "7.32.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"faker": "5.5.3",
"junit-report-merger": "^3.0.5",
"lerna": "5.5.2",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.2",
"mochawesome": "^6.3.1",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^5.2.0",
"nx": "^14.6.4",
"xml-js": "^1.6.11"
},
"dependencies": {
"browserstack-cypress-cli": "^1.11.0"
}
}