package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "miniprogram-api-typings",
  3. "version": "3.2.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 eslint",
  10. "tsd": "tsd",
  11. "eslint": "eslint --config .eslintrc.js types/**/*.ts"
  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. "@typescript-eslint/eslint-plugin": "^4.1.1",
  26. "@typescript-eslint/parser": "^4.1.1",
  27. "eslint": "^7.9.0",
  28. "tsd": "^0.11.0",
  29. "typescript": "^4.0.3"
  30. },
  31. "tsd": {
  32. "directory": "test"
  33. },
  34. "files": [
  35. "LICENSE",
  36. "CHANGELOG.md",
  37. "README.md",
  38. "README-en.md",
  39. "index.d.ts",
  40. "typings.json",
  41. "types/"
  42. ]
  43. }