diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-07-27 19:03:41 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-07-27 19:03:41 +0200 |
| commit | a9b61f84070cc7ca0d6e26f187c745619a91422a (patch) | |
| tree | d69b67142b6de860d7da23bd5ff8c62af0aaca1e /nodestuff/package.json | |
init
Diffstat (limited to 'nodestuff/package.json')
| -rw-r--r-- | nodestuff/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nodestuff/package.json b/nodestuff/package.json new file mode 100644 index 0000000..808c7a8 --- /dev/null +++ b/nodestuff/package.json @@ -0,0 +1,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" + } +} |