1
1
Fork 0
CCNA_Autofill_Userscript/test/package.json

12 lines
192 B
JSON
Raw Normal View History

2024-05-25 09:37:29 +00:00
{
"scripts": {
"test": "node test.js"
},
"dependencies": {
"chalk": "^4",
"deep-diff": "^1.0.2",
"jsdom": "^24.0.0",
"vm": "^0.1.0"
}
}