-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.46 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
{
"name": "devtools-fm",
"version": "2.2.4",
"description": "The devtools module",
"scripts": {
"release:major": "release-it major",
"release:minor": "release-it minor",
"release:patch": "release-it patch"
},
"links": {
"repository": "https://gitlab.com/ps-ide/fm/devtools",
"bugs": "https://gitlab.com/ps-ide/fm/devtools/issues",
"homepage": "https://wakanda.github.io/",
"logo": "http://www.iconarchive.com/download/i75911/martz90/circle/settings.ico"
},
"keywords": [
"PS",
"module",
"wakanda",
"functional",
"devtools",
"postman",
"controllers",
"extractor"
],
"contributors": [
{
"name": "Ahlam Benhachem",
"email": "ahlam.benhachem@gmail.com"
},
{
"name": "Basma El Yaagoubi",
"email": "basma.elyaagoubi820@gmail.com"
}
],
"author": {
"name": "Mohamed IDRISSI",
"email": "med.idrissi@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/izmjs/devtools.git"
},
"license": "MIT",
"dependencies": {
"doctrine": "^3.0.0",
"documentation": "^13.2.5",
"esprima": "^4.0.1",
"find-process": "^1.4.7",
"func-loc": "^0.1.16",
"libnpmpublish": "^6.0.0",
"libnpmsearch": "^5.0.0",
"react-dev-utils": "^12.0.0",
"tar": "^6.1.11",
"translate": "^1.4.1",
"uuid": "^8.3.2"
},
"optionalDependencies": {
"acorn": "^8.7.0"
},
"devDependencies": {
"release-it": "^14.12.5"
}
}