persona-community-5/.pnpm-store/v3/files/6f/a63f28088cd41ae6d093ed43dad1526b4ef18e10c3f9610d3152de2a0bb2835127d2baf4335521b6d335acf3020a3a2fd382d1f9317e37fa2b1076332710b2
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

40 lines
1016 B
Plaintext

{
"name": "yaml-ast-parser",
"version": "0.0.43",
"main": "dist/src/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"pullall": "dev-env-installer pullall",
"buildall": "dev-env-installer buildall",
"testall": "dev-env-installer testall",
"devInstall": "dev-env-installer install",
"test": "npm run build && mocha --ui tdd dist/test"
},
"dependencies": {},
"typings": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft-labs/yaml-ast-parser.git"
},
"keywords": [
"raml",
"ast",
"yaml"
],
"homepage": "https://github.com/mulesoft-labs/yaml-ast-parser",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues"
},
"devDependencies": {
"@types/chai": "4.0.1",
"@types/mocha": "2.2.41",
"@types/node": "4.2.20",
"chai": "4.0.2",
"dev-env-installer": "0.0.14",
"mocha": "3.4.2",
"rimraf": "*",
"typescript": "3.0.1"
}
}