@cloud-cli/env
Version:
Storage for app environment variables
35 lines (34 loc) • 797 B
JSON
{
"name": "@cloud-cli/env",
"version": "1.3.5",
"description": "Storage for app environment variables",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"prettier": "@cloud-cli/prettier-config",
"scripts": {
"test": "vitest",
"build": "rm -rf ./dist/* && tsc --project ./tsconfig.json"
},
"keywords": [
"cloudy"
],
"license": "MIT",
"devDependencies": {
"@cloud-cli/prettier-config": "^1.0.0",
"@cloud-cli/typescript-config": "^1.0.1",
"@types/node": "^20.12.8",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-cli/env.git"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@cloud-cli/cli": "^2.0.0"
}
}