forked from 1-Platform/one-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "one-platform",
"private": true,
"description": "An integrated application hosting platform.",
"keywords": [
"one",
"platform",
"spaship",
"red",
"hat"
],
"repository": {
"type": "git",
"url": "git+https://github.com/1-Platform/one-platform.git"
},
"version": "0.0.0",
"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"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/1-Platform/one-platform/issues"
},
"homepage": "https://github.com/1-Platform/one-platform#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cli-microservice": "sh cli-init.sh"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"lerna": "3.20.2"
}
}