package.json 944 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@types/cookie",
  3. "version": "0.4.1",
  4. "description": "TypeScript definitions for cookie",
  5. "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie",
  6. "license": "MIT",
  7. "contributors": [
  8. {
  9. "name": "Pine Mizune",
  10. "url": "https://github.com/pine",
  11. "githubUsername": "pine"
  12. },
  13. {
  14. "name": "Piotr Błażejewicz",
  15. "url": "https://github.com/peterblazejewicz",
  16. "githubUsername": "peterblazejewicz"
  17. }
  18. ],
  19. "main": "",
  20. "types": "index.d.ts",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  24. "directory": "types/cookie"
  25. },
  26. "scripts": {},
  27. "dependencies": {},
  28. "typesPublisherContentHash": "7d4a6dd505c896319459ae131b5fa8fc0a2ed25552db53dac87946119bb21559",
  29. "typeScriptVersion": "3.6"
  30. }