-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.62 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
{
"name": "eslint-config-crowdanalyzer",
"version": "4.0.0",
"license": "UNLICENSED",
"author": "CrowdAnalyzer <[email protected]>",
"description": "Crowd Analyzer eslint configuration",
"repository": {
"type": "git",
"url": "https://github.com/crowdanalyzer/eslint.git"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"contributors": [
{
"name": "Bahaa Galal <bahaagalal>",
"email": "[email protected]"
},
{
"name": "Mohamed Ashour <mohamedAshour>",
"email": "[email protected]"
},
{
"name": "Mustafa Hussain <mustafah15>",
"email": "[email protected]"
},
{
"name": "Abdelrahman Elkady <abdelrahman-elkady>",
"email": "[email protected]"
},
{
"name": "Maha Zaid <MahaZaid>",
"email": "[email protected]"
}
],
"main": "./index",
"scripts": {
"docker-debug-image": "docker commit ${PWD##*/} ${PWD##*/}_debug && docker run -it --entrypoint sh ${PWD##*/}_debug",
"docker-shutdown": "docker-compose down --rmi local -v",
"docker": "docker-compose up -d --build && docker exec -it ${PWD##*/} bash",
"lint": "eslint ."
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"eslint": "^6.8.0",
"semantic-release": "^15.14.0"
},
"peerDependencies": {
"eslint": ">= 4.9.0 < 7"
},
"dependencies": {},
"crowdanalyzer": {
"template": {
"type": "library",
"v": "template-v2.3"
},
"sia": {
"v": "0.6.0"
}
}
}