{
  "name": "@azu/format-text",
  "version": "1.0.2",
  "description": "String formatting library inspired from Python",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js"
  },
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "mocha": "^10.2.0"
  },
  "repository": {
    "url": "git@github.com:azu/format-text.git",
    "type": "git"
  },
  "author": "azu",
  "license": "BSD-3-Clause"
}
