aoc-loader
Version:
Loads input data from Advent of Code
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "aoc-loader",
"version": "1.4.4",
"description": "Loads input data from Advent of Code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepack": "npm run build",
"lint": "prettier -c . && eslint .",
"test": "jest"
},
"author": "Johan Lindell",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lindell/aoc-loader.git"
},
"homepage": "https://github.com/lindell/aoc-loader#readme",
"bugs": {
"url": "https://github.com/lindell/aoc-loader/issues"
},
"dependencies": {
"got": "^11.8.0"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"eslint": "8.3.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"jest": "27.4.3",
"prettier": "2.5.0",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
},
"keywords": [
"advent of code",
"advent-of-code",
"aoc",
"puzzle"
]
}