This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.08 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
{
"name": "@bridge/batMap",
"version": "2.2.1",
"description": "Unique interface above multiple map providers",
"publishConfig": {
"registry": "https://nexus.azure.cicd.solocal.com/repository/leadformance-npm-releases/",
"@bridge:registry": "https://nexus.azure.cicd.solocal.com/repository/leadformance-npm-releases/"
},
"engines": {
"node": ">=12",
"yarn": ">=1"
},
"dependencies": {
"@bridge/commitlint-config": "^2.1.1",
"@bridge/eslint-config": "^4.1.26",
"@bridge/semantic-release-config": "^2.1.40",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@google/markerclusterer": "^2.0.8",
"promise": "^8.0.3",
"simple-js-validator": "^0.13.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.9.5",
"@types/jest": "^25.2.1",
"ajv": "^6.12.2",
"babel-core": "^6.26.3",
"babel-jest": "^25.4.0",
"browser-sync": "^2.26.7",
"express": "^4.16.3",
"jest": "^25.4.0",
"jest-puppeteer": "^3.3.1",
"jsdom": "^16.2.2",
"node-libs-browser": "^0.5.2",
"object-assign": "^3.0.0",
"prettier": "^2.0.5",
"puppeteer": "^3.3.0"
},
"scripts": {
"cover": "open coverage/lcov-report/index.html",
"ci-validate": "yarn test:cov",
"lint:prettier": "yarn prettier -l '**/*.{js,ts,md,json}'",
"lint:prettier:fix": "yarn prettier --write '**/*.{js,ts,md,json}'",
"start": "browser-sync example dist --watch",
"test": "jest --forceExit --passWithNoTests",
"test:cov": "yarn test --ci --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Leadformance/batMap.git"
},
"author": {
"name": "Leadformance Developers",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "git+https://github.com/Leadformance/batMap.git"
},
"homepage": "https://leadformance.github.io/batMap/"
}