{
  "name": "@leismore/insert_separator",
  "version": "1.0.2",
  "description": "A JavaScript function that converts a string into a series of fixed-length string chunks divided by a given separator.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "mocha ./test/test.ts",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leismore/insert_separator-function.git"
  },
  "keywords": [
    "String",
    "Fixed-Length",
    "Separator"
  ],
  "author": "Kyle Chine",
  "license": "AGPL-3.0-only",
  "bugs": {
    "url": "https://github.com/leismore/insert_separator-function/issues"
  },
  "homepage": "https://github.com/leismore/insert_separator-function#readme",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "~16.11.26",
    "chai": "^4.3.6",
    "mocha": "^9.2.1",
    "ts-node": "^10.6.0",
    "typescript": "~4.5.5"
  },
  "dependencies": {
    "@leismore/lmerror": "^6.0.3"
  }
}
