persona-community-5/.pnpm-store/v3/files/5e/396606a40b9bca40339e3c733197f6aa53a40414c62f57dee0401c86a1dec027587a3bd657c98bfcea5d9780b8614e2b9ac5b591f0d1649930f4d66743b02c
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

32 lines
888 B
Plaintext

{
"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"
}
}