summaryrefslogtreecommitdiff
path: root/js/package.json
blob: 808c7a84769924f2d4b261f9306c62bc532d90e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "nodestuff",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build": "esbuild src/index.js --bundle > jsbuild/cheerio.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cheerio": "^1.0.0-rc.12"
  },
  "devDependencies": {
    "esbuild": "^0.18.16"
  }
}