fwd/vendor/cxx/book/package.json
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00

12 lines
201 B
JSON

{
"name": "cxx-book-build",
"version": "0.0.0",
"main": "build.js",
"dependencies": {
"cheerio": "^0.22.0",
"html-entities": "^1.3.1"
},
"prettier": {
"singleQuote": true
}
}