aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4c4ba7d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "aoc-2020",
+ "version": "1.0.0",
+ "description": "Advent of code 2020",
+ "main": "index.js",
+ "scripts": {
+ "start": "ts-node index.ts",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jantuomi/aoc-2020.git"
+ },
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/jantuomi/aoc-2020/issues"
+ },
+ "homepage": "https://github.com/jantuomi/aoc-2020#readme",
+ "dependencies": {
+ "rxjs": "6.6.3",
+ "ts-node": "9.0.0",
+ "typescript": "4.1.2"
+ },
+ "devDependencies": {
+ "@types/node": "14.14.10",
+ "prettier": "2.2.1"
+ }
+}