44 lines
991 B
JSON
44 lines
991 B
JSON
{
|
|
"name": "@ringofstorms/dotenv-multi",
|
|
"version": "0.2.0",
|
|
"description": "Dot environment file loader that acts like Create React App's supporting many files with per NODE_ENV/local settings.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prebuild": "npm run clean",
|
|
"build": "tsc",
|
|
"clean": "rimraf lib *.tgz"
|
|
},
|
|
"author": "Josh (RingOfStorms)",
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.14",
|
|
"rimraf": "^3.0.2",
|
|
"typescript": "^4.1.3",
|
|
"dotenv": "^8.2.0",
|
|
"dotenv-expand": "^5.1.0",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/RingOfStorms/dotenv-multi"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"keywords": [
|
|
"dotenv",
|
|
"env",
|
|
".env",
|
|
"environment",
|
|
"variables",
|
|
"config",
|
|
"settings"
|
|
]
|
|
}
|