UNPKG

@bifravst/from-env

Version:

Helper function which ensures that required environment variables are set.

78 lines (77 loc) 1.72 kB
{ "name": "@bifravst/from-env", "version": "3.0.2", "description": "Helper function which ensures that required environment variables are set.", "type": "module", "typings": "dist/index.d.ts", "exports": { "import": "./dist/index.js", "node": "./dist/index.js" }, "scripts": { "test": "npx tsx --test ./src/*.spec.ts", "prepare": "husky" }, "repository": { "type": "git", "url": "git+https://github.com/bifravst/from-env.git" }, "bugs": { "url": "https://github.com/bifravst/from-env/issues" }, "homepage": "https://github.com/bifravst/from-env#readme", "keywords": [ "nrf-asset-tracker", "iot" ], "author": "Nordic Semiconductor ASA | nordicsemi.no", "license": "BSD-3-Clause", "devDependencies": { "@bifravst/eslint-config-typescript": "6.1.9", "@bifravst/prettier-config": "1.0.3", "@commitlint/config-conventional": "19.2.2", "@types/node": "20.14.10", "husky": "9.0.11", "tsx": "4.16.2" }, "lint-staged": { "*.ts": [ "prettier --write", "eslint" ], "*.{md,json,yaml,yml}": [ "prettier --write" ] }, "engines": { "node": ">=20", "npm": ">=10" }, "release": { "branches": [ "saga" ], "remoteTags": true, "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/npm", [ "@semantic-release/github", { "successComment": false, "failTitle": false } ] ] }, "publishConfig": { "access": "public" }, "files": [ "dist", "LICENSE", "README.md" ], "prettier": "@bifravst/prettier-config" }