-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "sfcc-analyser",
"version": "1.0.0",
"description": "A node script, which allows to analyse pipeline and controller usage. Ideal to identify potentially unused code.",
"main": "analyse.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --trace-warnings analyse.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andreas-Schoenefeldt/SFCCAnalyser.git"
},
"keywords": [
"code",
"quality",
"code",
"usage",
"sfcc",
"shell",
"script"
],
"author": "Andreas Schönefeldt",
"license": "MIT",
"bugs": {
"url": "https://github.com/Andreas-Schoenefeldt/SFCCAnalyser/issues"
},
"homepage": "https://github.com/Andreas-Schoenefeldt/SFCCAnalyser#readme",
"dependencies": {
"async": "^3.2.2",
"cheerio": "^1.0.0-rc.10",
"fast-csv": "^4.3.6",
"graceful-fs": "^4.2.10",
"inquirer": "^8.2.0",
"xml-stream": "^0.4.5"
}
}