UNPKG

env-dyn-config

Version:
53 lines 1.25 kB
{ "name": "env-dyn-config", "version": "1.0.2", "description": "Dynamic config files depending on env", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "jest --coverage", "test:update": "npm run test -- -u" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/NickFielton/env-dyn-config.git" }, "keywords": [ "dyn", "dynamic", "conf", "config", "configuration" ], "author": "Nick Fielton <nick.fielton@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/NickFielton/env-dyn-config/issues" }, "homepage": "https://github.com/NickFielton/env-dyn-config#readme", "dependencies": { "deepmerge": "^4.2.2", "dotenv": "^16.0.1" }, "devDependencies": { "@types/jest": "^28.1.6", "@types/node": "^18.0.6", "jest": "^28.1.3", "prettier": "2.7.1", "ts-jest": "^28.0.7", "typescript": "^4.7.4" }, "jest": { "preset": "ts-jest" }, "prettier": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "trailingComma": "es5", "tabWidth": 4, "semi": false, "singleQuote": true } }