mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"name": "jest",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|