This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/yaml-ast-parser/workspace.json

32 lines
888 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"
},
"ts-structure-parser" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/ts-structure-parser.git"
},
"yaml-ast-parser" : {
"build" : "npm run build",
"test": "npm run test",
"gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git",
"gitBranch" : false
},
"ts-model" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git"
}
}