{
  "name": "@dashkite/format-text",
  "version": "0.9.30",
  "description": "A collection of text-formatting functions",
  "keywords": [],
  "homepage": "https://github.com/dashkite/format-text#readme",
  "bugs": {
    "url": "https://github.com/dashkite/format-text/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashkite/format-text.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "contributors": [
    "Dan Yoder <dan@dashkite.com>",
    "David Harper <david@dashkite.com>",
    "Chand Rajendra-Nicolucci <chand@dashkite.com>"
  ],
  "exports": {
    ".": {
      "browser": "./build/browser/src/index.js",
      "node": "./build/node/src/index.js"
    }
  },
  "main": "build/node/src/index.js",
  "files": [
    "build/browser/src",
    "build/node/src"
  ],
  "scripts": {
    "test": "genie test",
    "build": "genie build",
    "release": "genie release"
  },
  "devDependencies": {
    "@dashkite/amen": "^0.5.0",
    "@dashkite/amen-console": "^0.4.0",
    "@dashkite/assert": "^0.3.0",
    "@dashkite/genie": "^0.20.26",
    "@dashkite/genie-clean": "^0.9.0",
    "@dashkite/genie-coffee": "^0.9.0",
    "@dashkite/genie-module": "^0.5.55",
    "@dashkite/genie-release": "^0.5.15"
  },
  "dependencies": {
    "@dashkite/joy": "^0.7.0"
  }
}
