{
  "name": "@manaflair/term-strings",
  "version": "0.11.0",
  "license": "MIT",
  "bin": {
    "term-strings": "./build/bin/term-strings.js",
    "term-strings-seqdbg": "./build/bin/term-strings-seqdbg.js"
  },
  "scripts": {
    "test": "mocha --require @babel/register $(find sources -name '*.test.js')",
    "demo": "node -r @babel/register -- sources/bin/term-strings style.color.front.red.in -r 'Red Text' style.color.front.out -r ' and ' style.color.front.green.in -r 'Green Text' style.color.front.out -r '\n'",
    "prepack": "babel -D -d build/ sources/"
  },
  "dependencies": {
    "color-diff": "^1.2.0",
    "light-observable": "^2.13.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/register": "^7.16.5",
    "chai": "^4.3.4",
    "mocha": "^8"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@3.1.1"
}