forked from mulesoft/oas-raml-converter-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 834 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
{
"name": "oas-raml-converter-model",
"version": "0.0.18",
"description": "This package contains model for oas-raml-converter package.",
"main": "./lib/model/index.js",
"types": "./lib/model/index.d.ts",
"files": [
"lib/",
"src/"
],
"scripts": {
"build": "tsc && node ./generate-flow.js",
"publish": "npm run build",
"typescript": "tsc",
"flowgen": "flowgen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mulesoft/oas-raml-converter-model.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mulesoft/oas-raml-converter-model/issues"
},
"homepage": "https://github.com/mulesoft/oas-raml-converter-model",
"dependencies": {
"serializer.ts": "0.0.12"
},
"devDependencies": {
"flowgen": "1.2.0",
"typescript": "2.5.2"
}
}