UNPKG

qqmap-gl-typings

Version:
33 lines 860 B
{ "name": "qqmap-gl-typings", "version": "1.1.0", "description": "腾讯地图声明文件", "main": "index.d.ts", "types": "index.d.ts", "homepage": "https://github.com/arcturus-org/d.ts/blob/main/qqMap/README.md", "repository": { "type": "git", "url": "git+https://github.com/arcturus-org/d.ts.git" }, "keywords": [ "腾讯地图" ], "author": "ARCTURUS <1638330246@qq.com>", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.30.4", "@typescript-eslint/parser": "^5.30.4", "eslint": "^7.32.0 || ^8.2.0", "eslint-plugin-import": "^2.25.2", "tsd": "^0.22.0", "typescript": "^4.7.4" }, "files": [ "lib", "index.d.ts" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eslint": "eslint --config .eslintrc.js lib/**/*.ts" } }