{
  "name": "@glowlamp/glow",
  "version": "0.0.0",
  "description": "UI components to write beautifully on CLI",
  "main": "build/index.js",
  "scripts": {
    "build": "babel src --out-dir build",
    "lint": "eslint --config node_modules/@glowlamp/lint/.eslintrc src --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GlowLampCLI/glow.git"
  },
  "keywords": [
    "CLI",
    "UI"
  ],
  "author": "EarthyOrange",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/GlowLampCLI/glow/issues"
  },
  "homepage": "https://github.com/GlowLampCLI/glow#readme",
  "dependencies": {
    "@babel/runtime-corejs3": "^7.17.2",
    "@glowlamp/control-sequences": "0.3.0",
    "core-js": "^3.21.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.5",
    "@babel/plugin-proposal-export-default-from": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@glowlamp/lint": "1.0.0",
    "eslint": "^8.11.0"
  }
}
