-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.21 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
{
"name": "datalayer-explorer",
"version": "0.5.0",
"description": "dataLayer Explorer is designed to simplify the analysis of a site's dataLayer for developers and digital marketers.",
"license": "MIT",
"author": "SoftwareSpot Apps",
"type": "module",
"main": "src/popup.html",
"scripts": {
"clean:files": "rm -f *.pem *.zip",
"make:zip": "crx pack ./src --zip-output dle.zip && rm ./key.pem",
"start": "PORT=8100 node ./scripts/dev_server.js"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"crx": "^5.0.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"prettier": "^3.4.2"
},
"engines": {
"node": ">=22"
}
}