This commit is contained in:
zyronon
2023-12-13 01:08:04 +08:00
parent 93da013d44
commit 9c33c73012
92 changed files with 13333 additions and 355 deletions

15
node/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.7.1",
"jsdom": "^23.0.1"
}
}