UNPKG

env-profile

Version:

An npm package to manage "environment variables" for Windows, "/etc/profile" for Linux, and ".bash_profile" for Mac.

35 lines (34 loc) 827 B
{ "name": "env-profile", "version": "0.0.10", "description": "An npm package to manage \"environment variables\" for Windows, \"/etc/profile\" for Linux, and \".bash_profile\" for Mac.", "main": "index.js", "types": "index.d.ts", "files": [ "index.d.ts" ], "keywords": [ "environment", "electron", "profile", "variables", "bash_profile", "byteforge" ], "engines": { "node": ">=14.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/byteforgecn/env-profile.git" }, "author": "team@byteforge.cn", "license": "MIT", "bugs": { "url": "https://github.com/byteforgecn/env-profile/issues" }, "homepage": "https://github.com/byteforgecn/env-profile#readme" }