package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "miniprogram-api-typings",
  3. "version": "3.4.5",
  4. "description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
  5. "main": "./index.d.ts",
  6. "types": "./index.d.ts",
  7. "scripts": {
  8. "test": "npm run tsd && npm run eslint",
  9. "tsd": "tsd",
  10. "eslint": "eslint --config .eslintrc.js types/**/*.ts"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/wechat-miniprogram/api-typings.git"
  15. },
  16. "author": "Wechat Miniprogram <wx-miniprogram@qq.com>",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/wechat-miniprogram/api-typings/issues"
  20. },
  21. "homepage": "https://github.com/wechat-miniprogram/api-typings#readme",
  22. "devDependencies": {
  23. "@typescript-eslint/eslint-plugin": "^4.15.2",
  24. "@typescript-eslint/parser": "^4.15.2",
  25. "eslint": "^7.20.0",
  26. "tsd": "^0.14.0",
  27. "typescript": "^4.1.5",
  28. "vuex": "^4.0.2"
  29. },
  30. "tsd": {
  31. "directory": "test"
  32. },
  33. "files": [
  34. "LICENSE",
  35. "CHANGELOG.md",
  36. "README.md",
  37. "README-en.md",
  38. "index.d.ts",
  39. "typings.json",
  40. "types/"
  41. ],
  42. "dependencies": {
  43. "vue": "^3.2.31"
  44. }
  45. }