mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-25 08:46:10 +00:00
23 lines
482 B
JSON
23 lines
482 B
JSON
{
|
|
"name": "advent-of-code-2020-rockstar",
|
|
"version": "1.0.0",
|
|
"description": "Rockstar solutions to the 2020 Advent of Code",
|
|
"main": "start.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Joshua Seigler",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"n-readlines": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.6"
|
|
},
|
|
"nodemonConfig": {
|
|
"events": {
|
|
"start": "clear"
|
|
},
|
|
"ext": "rock,txt"
|
|
}
|
|
}
|