{
  "name": "stringweaver",
  "type": "module",
  "version": "1.5.7",
  "private": false,
  "main": "./index.js",
  "sideEffects": false,
  "description": "A JS stringbuilder utility",
  "keywords": [
    "JS",
    "ES20xx",
    "String",
    "Stringbuilder",
    "String",
    "Utilities",
    "Classfree Object Oriented"
  ],
  "scripts": {
    "test": "@node --test --experimental-test-coverage --test-coverage-include src/*.js --test-coverage-exclude src/helpers.js --test-coverage-include index.js --test-reporter tap tests/UnitTests.js"
  },
  "author": "KooiInc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://codeberg.org/KooiInc/js-stringweaver.git"
  },
  "bugs": {
    "url": "https://codeberg.org/KooiInc/js-stringweaver/issues"
  }
}
