{ "name": "trace-redirect", "version": "1.0.6", "description": "trace where redirects end up.", "main": "./release/index.js", "types": "./release/types/index.d.ts", "scripts": { "test": "npm run lint", "lint": "find src -type f | xargs tslint -c tslint.json", "build": "tsc", "bash": "bash" }, "repository": { "type": "git", "url": "git+https://github.com/prezzemolo/trace-redirect.git" }, "author": "prezzemolo ", "license": "MIT", "bugs": { "url": "https://github.com/prezzemolo/trace-redirect/issues" }, "homepage": "https://github.com/prezzemolo/trace-redirect#readme", "devDependencies": { "@types/node": "8.0.56", "tslint": "5.8.0", "typescript": "2.6.2" } }