-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "convivial-profiler",
"version": "0.1.39",
"description": "Provides ability for personalization and visitor data collection.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --config webpack.config.js --mode development",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "Morpht <murray@morpht.com> (https://www.morpht.com)",
"license": "UNLICENSED",
"private": true,
"directories": {
"example": "example"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"cypress": "^13.6.4",
"cypress-localstorage-commands": "^2.2.5",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"npm": ">=10.1.0 <11.0.0",
"node": ">=20.9.0 <21.0.0"
},
"browserslist": [
"> 0.2%",
"not dead"
],
"repository": {
"type": "git",
"url": "https://github.com/morpht/convivial-profiler.git"
},
"bugs": {
"url": "https://github.com/morpht/convivial-profiler/issues"
},
"homepage": "https://github.com/morpht/convivial-profiler#readme"
}