You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
394 B
24 lines
394 B
{
|
|
"name": "se-work",
|
|
"version": "1.0.0",
|
|
"main": "script.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"jquery": "^3.7.1",
|
|
"jsdom": "^25.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "jsdom"
|
|
}
|
|
}
|