{
  "name": "really-usefull-functions",
  "version": "0.0.17",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [
    "functions",
    "usefull",
    "js"
  ],
  "author": "alchinno",
  "license": "MIT",
  "description": "just some usefull functions for js that makes your life easier writing js",
  "dependencies": {
    "date-and-time": "^2.4.3",
    "fs": "^0.0.1-security"
  },
  "devDependencies": {
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alchinno2011/Really-usefull-functions.git"
  }
}
