1
0
Fork 0
mirror of https://github.com/kou029w/jest-hands-on.git synced 2025-03-04 20:15:16 +00:00
jest-hands-on/templates/promise/package.json

14 lines
231 B
JSON

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