UNPKG

@tarantool.io/dotenv

Version:

## Usage

36 lines (35 loc) 678 B
{ "name": "@tarantool.io/dotenv", "version": "1.0.2", "type": "commonjs", "license": "ISC", "main": "./cjs/index.js", "types": "./cjs/index.d.ts", "files": [ "cjs", "config.js" ], "keywords": [ "tarantool", "tarantool-frontend-tools", "dotenv", "env" ], "scripts": { "build": "npm run clear && tsc --build", "clear": "rimraf ./cjs tsconfig.tsbuildinfo", "prepublishOnly": "npm run build" }, "dependencies": { "dotenv": "16.0.0", "tslib": "2.3.1" }, "devDependencies": { "@types/node": "17.0.23", "rimraf": "3.0.2", "typescript": "4.4.2" }, "publishConfig": { "access": "public" } }