You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"name": "bakery", |
|
"version": "1.0.0", |
|
"type": "module", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"description": "", |
|
"devDependencies": { |
|
"jest": "^30.2.0" |
|
} |
|
}
|
|
|