summaryrefslogtreecommitdiff
path: root/nodestuff/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodestuff/package.json')
-rw-r--r--nodestuff/package.json18
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"
+ }
+}