diff --git a/package-lock.json b/package-lock.json index 40a29d5..770153f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "statsim-profile", - "version": "0.0.5", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "statsim-profile", - "version": "0.0.5", - "license": "ISC", + "version": "0.1.0", + "license": "MIT", "dependencies": { "csv-parse": "^4.6.3", "drag-and-drop-files": "0.0.1", @@ -16,6 +16,10 @@ "through2": "^3.0.1", "tui-chart": "^3.8.0" }, + "bin": { + "sprofile": "src/cli/index.js", + "statsim-profile": "src/cli/index.js" + }, "devDependencies": { "@playwright/test": "^1.49.1", "browserify": "^16.5.0", @@ -1565,10 +1569,11 @@ "dev": true }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" },