UNPKG

is-ci

Version:

Detect if the current environment is a CI server

57 lines (56 loc) 1.15 kB
{ "name": "is-ci", "version": "4.1.0", "description": "Detect if the current environment is a CI server", "bin": "bin.js", "type": "commonjs", "main": "index.js", "types": "index.d.ts", "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/watson/is-ci.git" }, "bugs": { "url": "https://github.com/watson/is-ci/issues" }, "homepage": "https://github.com/watson/is-ci", "contributors": [ { "name": "Thomas Watson", "url": "https://github.com/watson" }, { "name": "Sibiraj", "url": "https://github.com/sibiraj-s" } ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/sibiraj-s" } ], "keywords": [ "ci", "continuous", "integration", "test", "detect" ], "coordinates": [ 55.778272, 12.593116 ], "scripts": { "test": "standard && node test.js" }, "dependencies": { "ci-info": "^4.1.0" }, "devDependencies": { "clear-module": "^4.1.2", "standard": "^17.1.2" } }