env-type-defs
Version:
Automatically generate TypeScript type definitions for environment variables based on the content of your env files.
67 lines (66 loc) • 1.41 kB
JSON
{
"name": "env-type-defs",
"version": "2.0.1",
"description": "Automatically generate TypeScript type definitions for environment variables based on the content of your env files.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./next": {
"import": "./dist/next.js",
"require": "./dist/next.js"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"pub": "tsc && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timi-Leyin/env-type-defs.git"
},
"keywords": [
"TypeScript",
"Environment",
"Variables",
"Type",
"Safety",
"Node.js",
"Auto-generate",
"Types",
"CLI",
"Tool",
"Type",
"Definitions",
".env",
"File",
"Code",
"Reliability",
"Type",
"Checking",
"Development",
"Tools"
],
"author": "Timileyin Oyelekan",
"license": "MIT",
"bugs": {
"url": "https://github.com/timi-Leyin/env-type-defs/issues"
},
"homepage": "https://github.com/timi-Leyin/env-type-defs#readme",
"devDependencies": {
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
},
"dependencies": {
"dotenv": "^16.4.5",
"next": "^15.3.3"
}
}