package.json 854 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@types/cors",
  3. "version": "2.8.8",
  4. "description": "TypeScript definitions for cors",
  5. "license": "MIT",
  6. "contributors": [
  7. {
  8. "name": "Alan Plum",
  9. "url": "https://github.com/pluma",
  10. "githubUsername": "pluma"
  11. },
  12. {
  13. "name": "Gaurav Sharma",
  14. "url": "https://github.com/gtpan77",
  15. "githubUsername": "gtpan77"
  16. }
  17. ],
  18. "main": "",
  19. "types": "index.d.ts",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
  23. "directory": "types/cors"
  24. },
  25. "scripts": {},
  26. "dependencies": {
  27. "@types/express": "*"
  28. },
  29. "typesPublisherContentHash": "b24d14934ef66476c80faf7287ca41764d0c8dffa662ea161164704a1eae48e6",
  30. "typeScriptVersion": "3.2"
  31. }