{
  "name": "rsformat",
  "version": "0.2.3",
  "description": "Formatting/printing library for JavaScript that takes after rust's string formatting ",
  "files": [
    "lib",
    "README.MD"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./*": {
      "types": "./lib/*.d.ts",
      "default": "./lib/*.js"
    }
  },
  "keywords": [
    "fmt",
    "format",
    "strings",
    "print",
    "println",
    "printf",
    "console",
    "log",
    "console.log"
  ],
  "author": "Alfio (https://github.com/p2js)",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^22.8.6"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}