mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
11 lines
146 B
JSON
11 lines
146 B
JSON
{
|
|
"name": "e2e",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"lint": "eslint ."
|
|
}
|
|
}
|