advent-of-code

Entries to advent of code, multiple years
git clone git://git.finwo.net/misc/advent-of-code
Log | Files | Refs

package.json (381B)


      1 {
      2   "name": "2022",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "keywords": [],
     10   "author": "",
     11   "license": "MIT",
     12   "dependencies": {
     13     "nerdamer": "^1.1.13",
     14     "through2": "^4.0.2"
     15   },
     16   "devDependencies": {
     17     "@types/node": "^18.11.10",
     18     "multipipe": "^4.0.0"
     19   }
     20 }