notes/sandbox/jest/package.json
2023-04-22 00:41:54 -07:00

15 lines
232 B
JSON

{
"name": "testdir",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^28.1.3"
}
}