json-parser-yaml-converter
Version:
Enhanced JSON Parser with verbose error messages and JSON to YAML conversion
53 lines • 1.62 kB
JSON
{
"name": "@ull-esit-pl-2324/tfa-juan-rodriguez-suarez-alu0101477596",
"version": "1.0.0",
"type": "module",
"description": "Enhanced JSON Parser with verbose error messagesa and JSON to YAML conversion",
"main": "./src/index.js",
"repository": "https://github.com/ULL-ESIT-PL-2324/tfa-juan-rodriguez-suarez-alu0101477596.git",
"bin": {
"checkjson": "./bin/checkJson.js",
"json2yaml": "./bin/json2yaml.js"
},
"scripts": {
"test": "jest",
"doc": "documentation build src/**.js -f md -o docs/doc/README.md",
"cov": "c8 -o docs/cov jest",
"docs:dev": "vuepress dev docs/doc",
"docs:build": "vuepress build docs/doc",
"compile": "nearleyc src/jsonGrammar.ne -o src/grammar.js"
},
"keywords": [
"ULL",
"parsing",
"AST",
"JSON",
"YAML"
],
"author": "alu0101477596 <alu0101477596@ull.edu.es> (https://juanrguezsu7.github.io/)",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@ull-esit-pl-2324/lexer-generator-juan-rodriguez-suarez-alu0101477596": "^1.1.7",
"commander": "^12.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"babel-jest": "^29.7.0",
"c8": "^9.1.0",
"documentation": "^14.0.3",
"globals": "^15.1.0",
"jest": "^29.7.0",
"nearley": "^2.20.1",
"vuepress": "^1.9.10"
},
"c8": {
"reporter": [
"text",
"html"
],
"dir": "./docs/cov"
}
}