Files
safeImport/package.json

39 lines
941 B
JSON
Raw Normal View History

2025-07-09 13:26:51 +01:00
{
"name": "safeimport",
"version": "1.0.0",
"main": "src/index.mjs",
"type": "module",
"scripts": {
"start": "node src/index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2025-07-26 13:44:32 +01:00
"all-the-package-repos": "^2.0.2306",
2025-07-09 13:26:51 +01:00
"csv": "^6.3.11",
"download-counts": "^2.20250701.0",
"eslint-scope": "^8.4.0",
"esprima": "^4.0.1",
"esquery": "^1.6.0",
"esrecurse": "^4.3.0",
"estraverse": "^5.3.0",
2025-07-26 13:44:32 +01:00
"git-client": "^1.9.3",
"glob": "^11.0.3",
2025-07-09 13:26:51 +01:00
"jalangi2": "^0.2.6",
"semver": "^7.7.2",
2025-07-26 13:44:32 +01:00
"set.prototype.intersection": "^1.1.7",
"ts-morph": "^26.0.0",
"typescript": "^5.8.3",
2025-07-09 13:26:51 +01:00
"webpack": "^5.99.9"
},
"devDependencies": {
"@faker-js/faker": "^9.9.0",
2025-07-09 13:26:51 +01:00
"@types/eslint-scope": "^8.3.0",
"@types/estree": "^1.0.8",
2025-07-21 17:01:43 +01:00
"@types/node": "^24.0.0",
"classnames": "^2.5.1"
2025-07-09 13:26:51 +01:00
}
}