jest/examples/jquery/package.json

22 lines
404 B
JSON

{
"private": true,
"version": "0.0.0",
"name": "example-jquery",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.1.0",
"babel-jest": "workspace:*",
"jest": "workspace:*",
"jest-environment-jsdom": "workspace:*"
},
"dependencies": {
"jquery": "^3.2.1"
},
"scripts": {
"test": "jest"
},
"jest": {
"testEnvironment": "jsdom"
}
}