1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-03 19:45:16 +00:00
jest-hands-on/templates/mock/package.json

14 lines
228 B
JSON

{
"name": "mock",
"version": "1.0.0",
"private": true,
"main": "main.js",
"type": "module",
"scripts": {
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "^7.18.9",
"jest": "^28.1.3"
}
}