mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
16 lines
298 B
JSON
16 lines
298 B
JSON
|
{
|
||
|
"name": "jest-hands-on",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"license": "CC0-1.0",
|
||
|
"scripts": {
|
||
|
"test": "jest",
|
||
|
"start": "parcel index.html --open",
|
||
|
"build": "parcel build index.html"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jest": "^27.0.6",
|
||
|
"parcel": "^2.0.0-beta.3.1"
|
||
|
}
|
||
|
}
|