summaryrefslogtreecommitdiff
path: root/js/package.json
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-12 18:57:21 +0200
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-12 18:57:21 +0200
commitdfbacde1fdb95452233308731c0670abf3ac94bf (patch)
tree2c8270d94f2b70a1cf44b3398f8e33d93bf87cb3 /js/package.json
parentfb84ca746e92e371161f1e1de3b01a048a9ae979 (diff)
Replace v8go with goja
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/js/package.json b/js/package.json
deleted file mode 100644
index 808c7a8..0000000
--- a/js/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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"
- }
-}