-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "bmaplib.markertool",
"version": "0.0.4",
"description": "A plugin library of Baidu Map JS API",
"main": "dist/index.js",
"files": [
"dist/*.js"
],
"scripts": {
"build": "rollup --config build/rollup.config.js",
"lint": "eslint src/**/*.js",
"prettify": "prettier --write src/**/*.js",
"test": "npm run lint && nyc ava",
"cover:report": "nyc report --reporter=text-lcov > coverage.lcov",
"lint-staged": "lint-staged",
"commit-lint": "commitlint -E HUSKY_GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VicSolWang/bmaplib.markertool.git"
},
"keywords": [
"baidu-map",
"BMapLib",
"MarkerTool"
],
"author": "VicSolWang",
"license": "MIT",
"bugs": {
"url": "https://github.com/VicSolWang/bmaplib.markertool/issues"
},
"homepage": "https://github.com/VicSolWang/bmaplib.markertool#readme",
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@babel/runtime-corejs3": "^7.10.5",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-image": "^2.1.0",
"ava": "^3.10.1",
"core-js": "^3.6.5",
"eslint-config-wzx": "^0.1.8",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rollup": "^2.21.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^3.1.3",
"rollup-plugin-uglify": "^6.0.4",
"shelljs": "^0.8.4"
},
"ava": {
"babel": true
}
}