jest-hands-on/package.json

16 lines
298 B
JSON
Raw Normal View History

2021-07-27 10:54:21 +09:00
{
"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"
}
}