-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "@adobe/rum-visualizer-heatmap",
"version": "1.0.1",
"main": "src/index.js",
"scripts": {
"lint:js": "eslint src",
"lint:css": "stylelint src/**/*.css",
"lint": "npm run lint:js && npm run lint:css"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/adobe-rnd/aem-rum-visualizer.git"
},
"author": "Adobe Inc.",
"license": "Apache-2.0",
"keywords": [
"aem",
"rum",
"experience",
"heatmap",
"visualizer",
"checkpoints"
],
"bugs": {
"url": "https://github.com/adobe/aem-experimentation/issues"
},
"homepage": "https://github.com/adobe-rnd/aem-rum-visualizer/blob/main/README.md",
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"eslint": "8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
"semantic-release": "23.1.1",
"stylelint": "15.10.3",
"stylelint-config-standard": "34.0.0"
},
"private": true
}