mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "jest-hands-on",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "CC0-1.0",
|
|
"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.18.9",
|
|
"jest": "^29.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-md-nocjsp": "^1.3.0"
|
|
}
|
|
}
|