-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 987 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 987 Bytes
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
{
"name": "@api-components/api-model-generator",
"version": "0.3.1",
"description": "AMF model generator for API components",
"main": "index.js",
"scripts": {
"test": "mocha \"test/*.test.js\" --reporter spec"
},
"license": "Apache-2.0",
"author": {
"name": "Pawel Uchida-Psztyc",
"email": "arc@mulesoft.com"
},
"contributors": [
"Leandro Bauret",
"Francisco Di Giandomenico"
],
"dependencies": {
"amf-client-js": "^5.10.2",
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"eslint": "^8.0.1",
"mocha": "^11.7.5"
},
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/api-model-generator.git"
},
"bugs": {
"url": "https://github.com/advanced-rest-client/api-model-generator/issues",
"email": "arc@mulesoft.com"
},
"engines": {
"node": ">= 10.0.0"
}
}