{
  "name": "@nsub/nitxe",
  "version": "1.0.1",
  "description": "A tiny string utility library",
  "main": "index.js",
  "type": "commonjs",
  "files": [
    "index.js",
    "scripts/postinstall.js"
  ],
  "scripts": {
    "test": "node --test",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "keywords": [
    "string",
    "utility"
  ],
  "license": "MIT"
}
