{ "name": "std-env", "version": "2.3.1", "description": "Detect running environment of the current Node.js process", "repository": "unjs/std-env", "license": "MIT", "main": "./index.js", "types": "./index.d.ts", "scripts": { "release": "standard-version && git push --follow-tags && npm publish" }, "files": [ "index.js", "index.d.ts" ], "dependencies": { "ci-info": "^3.1.1" }, "devDependencies": { "standard-version": "^9.3.1" } }