1{ 2 "name": "ci-info", 3 "version": "3.8.0", 4 "description": "Get details about the current Continuous Integration environment", 5 "main": "index.js", 6 "typings": "index.d.ts", 7 "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", 8 "license": "MIT", 9 "repository": "https://github.com/watson/ci-info.git", 10 "bugs": "https://github.com/watson/ci-info/issues", 11 "homepage": "https://github.com/watson/ci-info", 12 "keywords": [ 13 "ci", 14 "continuous", 15 "integration", 16 "test", 17 "detect" 18 ], 19 "files": [ 20 "vendors.json", 21 "index.js", 22 "index.d.ts", 23 "CHANGELOG.md" 24 ], 25 "funding": [ 26 { 27 "type": "github", 28 "url": "https://github.com/sponsors/sibiraj-s" 29 } 30 ], 31 "scripts": { 32 "lint:fix": "standard --fix", 33 "test": "standard && node test.js", 34 "prepare": "husky install" 35 }, 36 "devDependencies": { 37 "clear-module": "^4.1.2", 38 "husky": "^8.0.2", 39 "standard": "^17.0.0", 40 "tape": "^5.6.1" 41 }, 42 "engines": { 43 "node": ">=8" 44 } 45} 46