123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "miniprogram-api-typings",
- "version": "3.4.5",
- "description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
- "main": "./index.d.ts",
- "types": "./index.d.ts",
- "scripts": {
- "test": "npm run tsd && npm run eslint",
- "tsd": "tsd",
- "eslint": "eslint --config .eslintrc.js types/**/*.ts"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/wechat-miniprogram/api-typings.git"
- },
- "author": "Wechat Miniprogram <wx-miniprogram@qq.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/wechat-miniprogram/api-typings/issues"
- },
- "homepage": "https://github.com/wechat-miniprogram/api-typings#readme",
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.15.2",
- "@typescript-eslint/parser": "^4.15.2",
- "eslint": "^7.20.0",
- "tsd": "^0.14.0",
- "typescript": "^4.1.5",
- "vuex": "^4.0.2"
- },
- "tsd": {
- "directory": "test"
- },
- "files": [
- "LICENSE",
- "CHANGELOG.md",
- "README.md",
- "README-en.md",
- "index.d.ts",
- "typings.json",
- "types/"
- ],
- "dependencies": {
- "vue": "^3.2.31"
- }
- }
|