advent-of-code-2020/package.json
2020-12-11 06:17:50 +00:00

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": "*"
}
}