package-lock.json 736 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "fingerprintapp",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "fingerprintapp",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "typescript": "^5.8.2"
  13. }
  14. },
  15. "node_modules/typescript": {
  16. "version": "5.8.2",
  17. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
  18. "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
  19. "dev": true,
  20. "license": "Apache-2.0",
  21. "bin": {
  22. "tsc": "bin/tsc",
  23. "tsserver": "bin/tsserver"
  24. },
  25. "engines": {
  26. "node": ">=14.17"
  27. }
  28. }
  29. }
  30. }