UNPKG

815 BJSONView Raw
1{
2 "name": "entor",
3 "version": "1.3.0",
4 "description": "Loads environment variables from JSON files into process.env and supports shared environments.",
5 "main": "lib/entor.js",
6 "scripts": {
7 "jest": "jest",
8 "declaration:build": "tsc -b"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/Icaruk/entor.git"
13 },
14 "keywords": [
15 "entor",
16 "env",
17 ".env",
18 "environment",
19 "variables",
20 "config",
21 "configuration",
22 "settings"
23 ],
24 "author": "",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/Icaruk/entor/issues"
28 },
29 "homepage": "https://github.com/Icaruk/entor#readme",
30 "types": "./types/index.d.ts",
31 "files": [
32 "lib/entor.js",
33 "types/entor.d.ts"
34 ],
35 "devDependencies": {
36 "jest": "^27.3.1",
37 "typescript": "^4.4.4"
38 }
39}