Useful methods for file-related functions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.0 KiB

  1. {
  2. "version": "1.0.3",
  3. "license": "MIT",
  4. "main": "dist/index.js",
  5. "typings": "dist/index.d.ts",
  6. "files": [
  7. "dist",
  8. "src"
  9. ],
  10. "engines": {
  11. "node": ">=10"
  12. },
  13. "scripts": {
  14. "start": "tsdx watch",
  15. "build": "tsdx build",
  16. "test": "tsdx test",
  17. "lint": "tsdx lint",
  18. "prepare": "tsdx build"
  19. },
  20. "peerDependencies": {
  21. "crypto-js": "^4.0.0",
  22. "numeral": "^2.0.6",
  23. "node-blob": "^0.0.2"
  24. },
  25. "husky": {
  26. "hooks": {
  27. "pre-commit": "tsdx lint"
  28. }
  29. },
  30. "name": "@theoryofnekomata/file-commons",
  31. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  32. "repository": {
  33. "type": "git",
  34. "url": "https://code.modal.sh/TheoryOfNekomata/file-commons.git"
  35. },
  36. "module": "dist/file-commons.esm.js",
  37. "devDependencies": {
  38. "@types/crypto-js": "^3.1.47",
  39. "@types/numeral": "^0.0.28",
  40. "crypto-js": "^4.0.0",
  41. "fast-check": "^2.3.0",
  42. "husky": "^4.3.0",
  43. "numeral": "^2.0.6",
  44. "tsdx": "^0.13.3",
  45. "tslib": "^2.0.1",
  46. "typescript": "^4.0.2",
  47. "node-blob": "^0.0.2"
  48. }
  49. }