{ "name": "aoc", "version": "1.0.0", "type": "module", "description": "", "main": "index.ts", "scripts": { "start": "ts-node-esm index.ts", "test": "jest $(date +%Y)/day_$(date +%d)/solution.test.ts" }, "author": "", "license": "ISC", "devDependencies": { "@types/jest": "^29.2.3", "@types/node": "^18.11.10", "jest": "^29.3.1", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.9.3" } }