package.json (471B)
1 { 2 "name": "day-01", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "build": "rm -rf dist ; cp -r assets dist ; esbuild $(aaargh config.build.json)", 9 "start": "node dist/part-01.js | tail -5 ; node dist/part-02.js | tail -5" 10 }, 11 "author": "", 12 "license": "ISC", 13 "devDependencies": { 14 "aaargh": "^1.0.3", 15 "esbuild": "^0.14.2", 16 "readline": "^1.3.0" 17 } 18 }