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" } }