@pallad/app-env
Version:
Detects environment (production, staging, test, development, ci) and helps making decision based on that
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "@pallad/app-env",
"version": "4.0.0",
"description": "Detects environment (production, staging, test, development, ci) and helps making decision based on that",
"main": "compiled/index.js",
"types": "compiled/index.d.ts",
"keywords": [
"env",
"environment",
"production",
"development",
"staging",
"ci",
"test"
],
"scripts": {
"compile": "pallad-scripts compile",
"test": "jest",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run compile",
"generate-barrels": "npx barrelsby -l all --delete -d ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pallad-ts/app-env.git"
},
"files": [
"compiled",
"docs",
"assets"
],
"author": "Łukasz Kużyński <lukasz.kuzynski@gmail.com> (http://wookieb.pl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pallad-ts/app-env/issues"
},
"homepage": "https://github.com/pallad-ts/app-env#readme",
"devDependencies": {
"@pallad/scripts": "^4",
"@types/node": "^20",
"conditional-type-checks": "^1",
"sinon": "^20"
},
"dependencies": {
"@pallad/builder": "^2"
}
}