ts-app-env
Version:
A config library for TypeScript.
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "ts-app-env",
"version": "1.5.0",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"keywords": [
"config",
"typescript",
"node-config",
"environment-variables",
"env",
"environment",
"settings"
],
"author": "Stephen Haberman",
"license": "MIT",
"homepage": "https://github.com/stephenh/ts-app-env/#readme",
"repository": {
"type": "git",
"url": "https://github.com/stephenh/ts-app-env.git"
},
"bugs": "https://github.com/stephenh/ts-app-env/issues",
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint src --ext .ts",
"release": "semantic-release"
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^27.4.0",
"@types/node": "~12",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.5.1",
"pino": "^7.6.5",
"prettier": "^2.5.1",
"semantic-release": "^19.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}