envinos
Version:
Sync your local environment variables from external source shared among developers
96 lines (95 loc) • 2.36 kB
JSON
{
"name": "envinos",
"version": "1.0.6",
"description": "Sync your local environment variables from external source shared among developers",
"author": "Tal Rofe <talrofe111@gmail.com> (https://github.com/tal-rofe)",
"license": "MIT",
"keywords": [
"env",
"devtools",
"share"
],
"contributors": [
{
"name": "Tal Rofe",
"email": "talrofe111@gmail.com"
}
],
"homepage": "https://github.com/tal-rofe/envinos#readme",
"bugs": {
"url": "https://github.com/tal-rofe/envinos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tal-rofe/envinos.git"
},
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.d.ts",
"default": null,
"require": null
}
},
"files": [
"./bin",
"./dist/**/*.js",
"./dist/index.d.ts",
"./dist/schemas/configuration.d.ts",
"./schema.json"
],
"bin": {
"envinos": "./bin/index.js"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@9.12.2",
"scripts": {
"husky:install": "husky",
"git:config": "git config --local include.path ../.gitconfig",
"setdev": "run-p husky:install git:config",
"prepare": "is-ci || is-docker || pnpm setdev",
"build": "tsc --project ./tsconfig.build.json",
"prettier": "prettier --check **/*.{ts,js,cjs,json,yaml}",
"type-check": "tsc -p ./tsconfig.json",
"inflint": "inflint -c ./inflint.config.ts",
"knip": "knip -c ./knip.json -t ./tsconfig.json",
"cspell": "cspell lint -c ./cspell.json --gitignore --no-progress --no-summary **"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@exlint.io/inflint": "2.1.1",
"@types/fs-extra": "11.0.4",
"@types/json-diff": "1.0.3",
"@types/node": "22.7.6",
"commitizen": "4.3.1",
"cspell": "8.15.4",
"cz-vinyl": "2.5.4",
"husky": "9.1.6",
"is-ci": "3.0.1",
"is-docker": "3.0.0",
"knip": "5.33.3",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.4",
"prettier": "3.3.3",
"typescript": "5.6.3"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "3.674.0",
"chalk": "5.3.0",
"cosmiconfig": "9.0.0",
"cosmiconfig-typescript-loader": "5.0.0",
"dotenv": "16.4.5",
"figures": "6.1.0",
"fs-extra": "11.2.0",
"json-diff": "1.0.6",
"v8-compile-cache": "2.4.0",
"zod": "3.23.8"
}
}