{
  "name": "@texting/enum-chars",
  "version": "0.2.6",
  "description": "Chars",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gadge/spare.git"
  },
  "keywords": [
    "test",
    "console",
    "debug",
    "print"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gadge/spare"
  },
  "homepage": "https://github.com/gadge/spare#readme",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}