mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"name": "@stackframe/e2e-tests",
|
|
"version": "2.4.27",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:watch": "vitest watch",
|
|
"test": "vitest run",
|
|
"lint": "eslint --ext .tsx,.ts .",
|
|
"clean": "rimraf dist && rimraf node_modules"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|