{
  "name": "custup",
  "version": "1.1.9",
  "description": "Highly customisable file upload library with zero dependencies",
  "main": "src/custup.min.js",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
    "type-test": "npx tsd .",
    "typed": "find . -type f ! -path './node_modules/*' -name '*.d.ts*' -delete; npx tsc",
    "grunt": "grunt uglify cssmin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulosabayomi/CustUp.git"
  },
  "keywords": [
    "Custup",
    "file",
    "uploader",
    "javascript",
    "file",
    "uploader",
    "customisable",
    "file",
    "upload",
    "library"
  ],
  "type": "module",
  "types": "./src/custup.d.ts",
  "author": {
    "name": "Abayomi Amusa",
    "url": "https://paulosabayomi.github.io/about-me/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paulosabayomi/CustUp/issues"
  },
  "homepage": "https://paulosabayomi.github.io/custup-doc/",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@swc/core": "^1.3.100",
    "@swc/jest": "^0.2.29",
    "grunt": "^1.6.1",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-nodeunit": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "msw": "^2.0.10",
    "tsd": "^0.30.3",
    "undici": "^6.0.1"
  },
  "tsd": {
    "directory": "__test__"
  }
}
