mirror of
https://github.com/seigler/advent-of-code-2020
synced 2025-07-25 23:36:10 +00:00
23 lines
573 B
JSON
23 lines
573 B
JSON
{
|
|
"name": "advent-of-code-2020",
|
|
"logName": "Advent of Code 2020",
|
|
"version": "1.0.0",
|
|
"description": "Advent of Code 2020 using Node JS for Current Year.",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"start": "npm run test && node run.js",
|
|
"webserver": "node solutions/viewer-server.js",
|
|
"test": "npm run lint",
|
|
"lint": "standard --fix"
|
|
},
|
|
"author": "John Beech",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5",
|
|
"express": "^4.16.4",
|
|
"pre-push": "*",
|
|
"promise-path": "*",
|
|
"standard": "*",
|
|
"stats-lite": "*"
|
|
}
|
|
}
|