Files
GNX-mailEnterprise/frontend/node_modules/exenv/package.json
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

29 lines
650 B
JSON

{
"name": "exenv",
"version": "1.2.2",
"description": "React's ExecutionEnvironment module extracted for use in other packages & components",
"main": "index.js",
"scripts": {
"test": "echo \"See React tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/exenv.git"
},
"keywords": [
"react",
"browser",
"server",
"environment",
"env",
"execution",
"executionenvironment"
],
"author": "Jed Watson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/JedWatson/exenv/issues"
},
"homepage": "https://github.com/JedWatson/exenv"
}