UNPKG

dotenv-parser-serializer

Version:
45 lines (44 loc) 1.11 kB
{ "name": "dotenv-parser-serializer", "version": "1.0.2", "description": "A dotenv file parser and serializer", "main": "lib/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "babel src -d lib", "build:watch": "babel src -d lib --watch", "prepublishOnly": "npm run build && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/Ephys/dotenv-parser-serializer.git" }, "engines": { "node": ">=10.4.0" }, "keywords": [ "dotenv", "envfile", "parse", "serialize", "env", "config" ], "author": "Guylian Cox <guyliancox@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Ephys/dotenv-parser-serializer/issues" }, "homepage": "https://github.com/Ephys/dotenv-parser-serializer#readme", "devDependencies": { "@foobarhq/eslint-config": "^5.0.0", "babel-cli": "^6.26.0", "babel-jest": "^23.0.1", "babel-preset-env": "^1.7.0", "babel-preset-flow": "^6.23.0", "eslint": "^4.19.1", "flow-bin": "^0.74.0", "jest": "^23.1.0" } }