{ "name": "document-phases", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "clear": "rm -rfv ./model/* && rm -rfv ./recipes/*", "model": "node src/index.js model", "recipe": "node src/index.js recipe", "format": "node src/index.js format", "ls": "ls", "test": "echo \"Error: no test specified\" && exit 1", "build": "ncc build main.js" }, "author": "giles bradshaw", "license": "ISC", "devDependencies": { "@vercel/ncc": "^0.38.1" }, "dependencies": { "commander": "^10.0.1", "diff": "^5.1.0", "fast-xml-parser": "^4.2.4", "git-diff": "^2.0.6", "js-yaml": "^4.1.0", "markdown-escape": "^2.0.0", "xml-formatter": "^3.4.1", "xml-js": "^1.6.11" } }