1 | {
|
2 | "raml-1-parser" : {
|
3 | "build" : "npm run build",
|
4 | "test" : "gulp test",
|
5 | "gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git"
|
6 | },
|
7 | "raml-definition-system" : {
|
8 | "build" : "npm run build",
|
9 | "gitUrl" : "https://github.com/raml-org/raml-definition-system.git"
|
10 | },
|
11 | "raml-typesystem" : {
|
12 | "build" : "npm run build",
|
13 | "test" : "npm run test-cov",
|
14 | "gitUrl" : "https://github.com/raml-org/raml-typesystem.git"
|
15 | },
|
16 | "ts-structure-parser" : {
|
17 | "build" : "npm run build",
|
18 | "gitUrl" : "https://github.com/mulesoft-labs/ts-structure-parser.git"
|
19 | },
|
20 | "yaml-ast-parser" : {
|
21 | "build" : "npm run build",
|
22 | "test": "npm run test",
|
23 | "gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git",
|
24 | "gitBranch" : false
|
25 | },
|
26 | "ts-model" : {
|
27 | "build" : "npm run build",
|
28 | "gitUrl" : "https://github.com/mulesoft-labs/ts-model.git"
|
29 | }
|
30 | }
|
31 |
|