1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "miniprogram-api-typings",
- "version": "3.4.6",
- "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"
- },
- "tsd": {
- "directory": "test"
- },
- "files": [
- "LICENSE",
- "CHANGELOG.md",
- "README.md",
- "README-en.md",
- "index.d.ts",
- "typings.json",
- "types/"
- ]
- }
|