aboutsummaryrefslogtreecommitdiff
path: root/book/package.json
blob: 092cea218fb4dda5099c9a414c140506fcfba3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "cxx-book-build",
  "version": "0.0.0",
  "main": "build.js",
  "dependencies": {
    "cheerio": "^0.22.0",
    "html-entities": "^1.3.1"
  },
  "prettier": {
    "singleQuote": true
  }
}