12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "miniprogram-api-typings",
- "version": "3.2.0",
- "beta": "true",
- "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",
- "dependencies": {},
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^4.1.1",
- "@typescript-eslint/parser": "^4.1.1",
- "eslint": "^7.9.0",
- "tsd": "^0.11.0",
- "typescript": "^4.0.3"
- },
- "tsd": {
- "directory": "test"
- },
- "files": [
- "LICENSE",
- "CHANGELOG.md",
- "README.md",
- "README-en.md",
- "index.d.ts",
- "typings.json",
- "types/"
- ]
- }
|