aboutsummaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 033f02242caf48eebf02fdb0e54348d180518797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "scripts",
  "version": "1.0.0",
  "description": "",
  "main": "index.mjs",
  "scripts": {
    "main": "node index.mjs"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "centra": "^2.5.0",
    "p-limit": "^4.0.0",
    "remark": "^14.0.2",
    "remark-gfm": "^3.0.1",
    "unist-util-select": "^4.0.1"
  }
}