@liplum/env
Version:
Reading and parsing environment variables from "process.env"
58 lines • 1.13 kB
JSON
{
"name": "@liplum/env",
"version": "1.1.0",
"description": "Reading and parsing environment variables from \"process.env\"",
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liplum/env.js.git"
},
"author": "Liplum <Li_plum@outlook.com>",
"devDependencies": {
"@types/node": "^22.7.4",
"ava": "^6.1.3",
"next": "^15.2.4",
"typescript": "5.6.2"
},
"bugs": {
"url": "https://github.com/liplum/env.js/issues"
},
"homepage": "https://github.com/liplum/env.js#readme",
"keywords": [
"env",
"env-var",
"environment",
"variables",
"process.env",
"NODE_ENV",
"dotenv",
".env",
"next",
"nextjs"
],
"dependencies": {
"@liplum/lateinit": "^0.0.1",
"@liplum/str2bool": "^0.0.1"
},
"ava": {
"files": [
"test/*.js"
]
},
"scripts": {
"build": "tsc",
"test": "tsc && ava"
}
}