{
  "name": "lightsb",
  "version": "1.0.10",
  "description": "Simple light string builder",
  "main": "dist/stringBuilder.js",
  "types": "dist/stringBuilder.d.ts",
  "files": [
    "dist/stringBuilder.js",
    "dist/stringBuilder.d.ts"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stevancorre/lightsb.git"
  },
  "keywords": [
    "NPM",
    "NodeJS",
    "TypeScript",
    "LightWeight",
    "StringBuilder"
  ],
  "author": "Stévan Corre <stevancorre@protonmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stevancorre/lightsb/issues"
  },
  "homepage": "https://github.com/stevancorre/lightsb#readme",
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.14",
    "jest": "^27.5.1",
    "nodemon": "^2.0.15",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  }
}