/
Ao
/
MaxReport
Обзор
Документация
Войти
/
Ao
/
MaxReport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
pgsql/pgAdmin 4/runtime/resources/app/node_modules/electron-is-dev/package.json
45 строк
788 B
AoAnima
first_commit
13 июл 2026, 17:47
13 июл 2026, 17:47
f1a670a
Код
Авторство
О чём код?
{ "name": "electron-is-dev", "version": "3.0.1", "description": "Check if Electron is running in development", "license": "MIT", "repository": "sindresorhus/electron-is-dev", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18" }, "scripts": { "test": "xo && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "electron", "dev", "development", "mode", "prod", "production", "detect", "check", "debug", "app" ], "devDependencies": { "tsd": "^0.30.3", "xo": "^0.56.0" } }