package.json 1010 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "miniprogram-api-typings",
  3. "version": "2.12.0",
  4. "beta": "true",
  5. "description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
  6. "main": "./index.d.ts",
  7. "types": "./index.d.ts",
  8. "scripts": {
  9. "test": "npm run tsd && npm run tslint",
  10. "tsd": "tsd",
  11. "tslint": "tslint --project ."
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/wechat-miniprogram/api-typings.git"
  16. },
  17. "author": "Wechat Miniprogram <wx-miniprogram@qq.com>",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/wechat-miniprogram/api-typings/issues"
  21. },
  22. "homepage": "https://github.com/wechat-miniprogram/api-typings#readme",
  23. "dependencies": {},
  24. "devDependencies": {
  25. "tsd": "^0.11.0",
  26. "tslint": "^5.20.0",
  27. "typescript": "^3.5.3"
  28. },
  29. "tsd": {
  30. "directory": "test"
  31. },
  32. "files": [
  33. "LICENSE",
  34. "CHANGELOG.md",
  35. "VERSIONS.md",
  36. "README.md",
  37. "README-en.md",
  38. "index.d.ts",
  39. "typings.json",
  40. "types/"
  41. ]
  42. }