mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
21 lines
479 B
JSON
21 lines
479 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 && yarn workspaces run test",
|
|
"format": "prettier --ignore-path .gitignore --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.20.2",
|
|
"jest": "^29.4.3",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-md-nocjsp": "^1.5.1"
|
|
}
|
|
}
|