mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
20 lines
408 B
JSON
20 lines
408 B
JSON
{
|
|
"name": "jest-hands-on",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "templates/template/main.js",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"templates/*"
|
|
],
|
|
"scripts": {
|
|
"test": "jest src && npm test --workspaces",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.23.3",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|