package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "coolkit-api@0.5.12",
  3. "_id": "coolkit-api@0.5.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OhEet6GjrFMaWs7VHl8A1rY+57ugYl3h2A3nd1FLpqJQ+NuiZ6rR7aBmPjGILkS19gaQjhPS/bYShtGQlwH15Q==",
  6. "_location": "/coolkit-api",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "coolkit-api@0.5.12",
  12. "name": "coolkit-api",
  13. "escapedName": "coolkit-api",
  14. "rawSpec": "0.5.12",
  15. "saveSpec": null,
  16. "fetchSpec": "0.5.12"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://172.20.1.22:4873/coolkit-api/-/coolkit-api-0.5.12.tgz",
  23. "_shasum": "58fb625707df8ed5bc2451437eda3c57eb3f2c26",
  24. "_spec": "coolkit-api@0.5.12",
  25. "_where": "/home/tony/coolkit/repos/hass-addon/cc.coolkit.it.ha.addon.server",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "axios": "^0.21.1",
  29. "crypto-js": "^4.0.0"
  30. },
  31. "deprecated": false,
  32. "description": "Coolkit API",
  33. "devDependencies": {
  34. "@types/crypto-js": "^4.0.1",
  35. "@types/node": "^14.14.32"
  36. },
  37. "main": "dist/index.js",
  38. "name": "coolkit-api",
  39. "scripts": {
  40. "build": "rm -rf dist && tsc",
  41. "test": "ts-node test/index.ts"
  42. },
  43. "types": "dist/index.d.ts",
  44. "version": "0.5.12"
  45. }