Skip to content

Commit

Permalink
chore: add descriptors in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseVSeb committed Feb 14, 2024
1 parent c010164 commit 579233d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
[![npm](https://img.shields.io/npm/l/runtime-env-cli.svg)](https://www.npmjs.org/package/runtime-env-cli)
[![semantic-release: conventional commit](https://img.shields.io/badge/semantic--release-conventionalcommit-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

## Overview

`runtime-env-cli` is an NPM package that helps manage environment variables in web applications. It allows environment-agnostic build for frameworks like create-react-app and inject environment variables as `window.env` in html files during server startup.

## Usage
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{
"name": "runtime-env-cli",
"author": "Jose V Sebastian",
"description": "This npm package enables environment agnostic builds for frameworks like create-react-app and inject environment variables as `window.env` in built html files before server startup.",
"repository": {
"type": "git",
"url": "https://github.com/JoseVSeb/runtime-env.git"
},
"version": "1.0.0-alpha.3",
"license": "MIT",
"keywords": [
"cli",
"automation",
"environment-agnostic",
"environment",
"agnostic",
"build",
"runtime",
"env"
],
"scripts": {
"start": "tsx ./src/cli",
"build": "rollup -c",
Expand Down

0 comments on commit 579233d

Please sign in to comment.