diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-11 18:31:20 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-11 18:31:20 +0200 |
| commit | 062b36fe5725d1267c66db2e506b4131d78ce772 (patch) | |
| tree | 998e5260feb1babac8dae512b56d67d8f20f7266 /nodestuff/package.json | |
| parent | 7e4cf39a0ba6ccbd5cc036700a8b1ff9358ecc3d (diff) | |
simplify project structure
Diffstat (limited to 'nodestuff/package.json')
| -rw-r--r-- | nodestuff/package.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nodestuff/package.json b/nodestuff/package.json deleted file mode 100644 index 808c7a8..0000000 --- a/nodestuff/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" - } -} |