1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/jest/package.json

15 lines
294 B
JSON
Raw Permalink Normal View History

2021-04-13 18:37:49 +09:00
{
"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"
}
}