1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/jest/package.json
2021-04-13 18:37:49 +09:00

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