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.

package.json 528B

123456789101112131415161718192021222324
  1. {
  2. "name": "@electron-forge/tracer",
  3. "version": "7.4.0",
  4. "description": "Tracing helpers for Electron Forge",
  5. "repository": "https://github.com/electron/forge",
  6. "author": "Samuel Attard",
  7. "license": "MIT",
  8. "main": "dist/index.js",
  9. "typings": "dist/index.d.ts",
  10. "dependencies": {
  11. "chrome-trace-event": "^1.0.3"
  12. },
  13. "engines": {
  14. "node": ">= 14.17.5"
  15. },
  16. "publishConfig": {
  17. "access": "public"
  18. },
  19. "files": [
  20. "dist",
  21. "src"
  22. ],
  23. "gitHead": "d3d47b2bc53be13609b5ff4d858275ce74bff819"
  24. }