mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "scope",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.18.9",
|
|
"jest": "^29.0.0"
|
|
}
|
|
}
|