package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@yume-chan/adb-credential-web",
  3. "version": "0.0.17",
  4. "description": "Credential Store for `@yume-chan/adb` using Web LocalStorage API.",
  5. "keywords": [
  6. "adb"
  7. ],
  8. "license": "MIT",
  9. "author": {
  10. "name": "Simon Chan",
  11. "email": "cnsimonchan@live.com",
  12. "url": "https://chensi.moe/blog"
  13. },
  14. "homepage": "https://github.com/yume-chan/ya-webadb/tree/main/libraries/adb-credential-web#readme",
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/yume-chan/ya-webadb.git",
  18. "directory": "libraries/adb-credential-web"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/yume-chan/ya-webadb/issues"
  22. },
  23. "type": "module",
  24. "main": "esm/index.js",
  25. "types": "esm/index.d.ts",
  26. "scripts": {
  27. "build": "build-ts-package",
  28. "build:watch": "build-ts-package --incremental",
  29. "prepublishOnly": "npm run build"
  30. },
  31. "devDependencies": {
  32. "@yume-chan/ts-package-builder": "workspace:^1.0.0",
  33. "typescript": "^4.8.4"
  34. },
  35. "dependencies": {
  36. "@yume-chan/adb": "workspace:^0.0.17",
  37. "tslib": "^2.4.1"
  38. }
  39. }