web 3d图形渲染器
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.

47 lines
756 B

  1. {
  2. "name": "tempy",
  3. "version": "0.3.0",
  4. "description": "Get a random temporary file or directory path",
  5. "license": "MIT",
  6. "repository": "sindresorhus/tempy",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=8"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "temp",
  24. "temporary",
  25. "path",
  26. "file",
  27. "directory",
  28. "folder",
  29. "tempfile",
  30. "tempdir",
  31. "tmpdir",
  32. "tmpfile",
  33. "random",
  34. "unique",
  35. "uniq"
  36. ],
  37. "dependencies": {
  38. "temp-dir": "^1.0.0",
  39. "type-fest": "^0.3.1",
  40. "unique-string": "^1.0.0"
  41. },
  42. "devDependencies": {
  43. "ava": "^1.4.1",
  44. "tsd": "^0.7.2",
  45. "xo": "^0.24.0"
  46. }
  47. }