mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
15 lines
294 B
JSON
15 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"
|
||
|
}
|
||
|
}
|