ts-model
Version:
[](https://travis-ci.org/mulesoft-labs/ts-model)
34 lines (33 loc) • 994 B
JSON
{
"raml-1-parser" : {
"build" : "npm run build",
"test" : "gulp test",
"gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git"
},
"raml-definition-system" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/raml-org/raml-definition-system.git"
},
"raml-typesystem" : {
"build" : "npm run build",
"test" : "npm run test-cov",
"gitUrl" : "https://github.com/raml-org/raml-typesystem.git"
},
"raml-xml-validation" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/dreamflyer/raml-xml-validation.git"
},
"ts-structure-parser" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/ts-structure-parser.git"
},
"yaml-ast-parser" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git"
},
"ts-model" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git",
"gitBranch" : false
}
}