strapi/scripts/front/package.json

9 lines
147 B
JSON
Raw Normal View History

{
"name": "scripts-front",
"private": true,
2023-05-24 16:54:28 +02:00
"version": "4.10.6",
"scripts": {
"test:front": "jest --config jest.config.front.js"
}
}