mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"name": "jest-hands-on",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "CC0-1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"start": "parcel index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/babel-preset": "^2.0.0-alpha.2",
|
|
"jest": "^27.5.1",
|
|
"parcel": "^2.3.1"
|
|
}
|
|
}
|