UNPKG

env2ts

Version:

Dead simple env file parsing for TypeScript

65 lines (64 loc) 1.39 kB
{ "name": "env2ts", "version": "1.4.0", "author": "ajmnz <arnau@ajb.cat>", "license": "MIT", "bin": { "env2ts": "dist/index.js" }, "homepage": "https://github.com/ajmnz/env2ts#readme", "source": "src/index.ts", "description": "Dead simple env file parsing for TypeScript", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/ajmnz/env2ts.git" }, "publishConfig": { "access": "public", "branches": [ "main" ] }, "keywords": [ "typescript", "env", "environtment variables", "env variables", "dotenv", ".env", "ts env", "ts-env" ], "scripts": { "watch": "tsc -w", "semantic-release": "semantic-release", "build": "tsc" }, "lint-staged": { "*.js": "eslint --cache --fix", "*.{js,css,md}": "prettier --write" }, "devDependencies": { "@types/cross-spawn": "6.0.2", "@types/node": "15.12.1", "@types/prompts": "2.4.0", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "eslint": "7.32.0", "husky": "7.0.1", "lint-staged": "11.1.2", "prettier": "2.3.2", "semantic-release": "17.4.4", "typescript": "4.3.5" }, "dependencies": { "chalk": "4.1.2", "chokidar": "^3.5.2", "cross-spawn": "7.0.3", "log-update": "^4.0.0", "prompts": "2.4.1" } }