This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
soft-arch/package.json

27 lines
685 B
JSON

{
"name": "msde-2023-sa",
"version": "1.0.0",
"description": "Software Architecture Modeling Exercises",
"main": "build.js",
"author": "Cesare Pautasso",
"license": "MIT",
"dependencies": {
"@svgdotjs/svg.js": "^3.1.2",
"dagrejs": "^0.2.1",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"glob-fs": "^0.1.7",
"lodash": "^4.17.21",
"marked": "^4.0.12",
"metalsmith-plantuml": "^0.0.4",
"svgdom": "^0.1.10",
"uslug": "^1.0.4"
},
"scripts": {
"start": "open upload/sa/model/index.html && onchange src/** -- yarn build",
"build": "node build.js",
"clean": "rm -rf upload/*",
"watch": "onchange src/** -- yarn build"
}
}