feat: update package.json to include mocha and chai for testing, add ansi-colors and fastest-levenshtein dependencies
refactor: modify sliceAndWriteCalls function to accept folderPath parameter and update driver function to use it fix: enhance isNodeModule function to utilize builtinModules for better module detection chore: remove unused constants file from utils test: clean up instantiation.spec.js by removing commented assertions
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node src/index.mjs",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "mocha test"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"all-the-package-repos": "^2.0.2306",
|
||||
"ansi-colors": "^4.1.3",
|
||||
"csv": "^6.3.11",
|
||||
"download-counts": "^2.20250701.0",
|
||||
"eslint-scope": "^8.4.0",
|
||||
@@ -19,12 +20,14 @@
|
||||
"esquery": "^1.6.0",
|
||||
"esrecurse": "^4.3.0",
|
||||
"estraverse": "^5.3.0",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"find-package-json": "^1.2.0",
|
||||
"git-client": "^1.9.3",
|
||||
"glob": "^11.0.3",
|
||||
"jalangi2": "^0.2.6",
|
||||
"semver": "^7.7.2",
|
||||
"set.prototype.intersection": "^1.1.7",
|
||||
"slice-js": "file:/home/atreyab/Documents/Docs/SlicingImport/repos-js/slice-js",
|
||||
"ts-morph": "^26.0.0",
|
||||
"typescript": "^5.8.3",
|
||||
"webpack": "^5.99.9"
|
||||
@@ -34,6 +37,8 @@
|
||||
"@types/eslint-scope": "^8.3.0",
|
||||
"@types/estree": "^1.0.8",
|
||||
"@types/node": "^24.0.0",
|
||||
"classnames": "^2.5.1"
|
||||
"chai": "^5.2.1",
|
||||
"classnames": "^2.5.1",
|
||||
"mocha": "^11.7.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user