jest-hands-on/package.json
2022-02-22 16:59:25 +09:00

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"
}
}