{ "name": "typescript-type-challenges", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.kspoon.ch:kimil/typescript-type-challenges.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.54.1", "@typescript-eslint/parser": "^5.54.1", "eslint": "^8.35.0", "typescript": "^4.9.5" }, "dependencies": { "@type-challenges/utils": "^0.1.1" } }