mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 18:12:14 +00:00
13 lines
201 B
JSON
13 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
|
|
}
|
|
}
|