-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "coa-tencent-lbs",
"version": "0.0.0",
"description": "轻量的腾讯位置服务SDK for Node.js",
"keywords": [
"coajs",
"coa",
"lbs"
],
"license": "MIT",
"author": "Aex",
"homepage": "https://github.com/coajs/coa-tencent-lbs",
"repository": {
"type": "git",
"url": "https://github.com/coajs/coa-tencent-lbs.git"
},
"scripts": {
"dev": "tsc -w",
"build": "rm -rf dist && tsc && cp package.json *.md dist && rm -rf dist/test",
"lint": "eslint .",
"prettier": "prettier -w .",
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-tencent-lbs?sync_upstream=true'"
},
"dependencies": {
"coa-error": "^1.1.3",
"coa-helper": "^1.1.1"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"coa-redis": "^1.3.2",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
}