package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "miniprogram-api-typings",
  3. "version": "3.4.6",
  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. },
  29. "tsd": {
  30. "directory": "test"
  31. },
  32. "files": [
  33. "LICENSE",
  34. "CHANGELOG.md",
  35. "README.md",
  36. "README-en.md",
  37. "index.d.ts",
  38. "typings.json",
  39. "types/"
  40. ]
  41. }