stack/apps/e2e/package.json
Stan Wohlwend 5279dee113
Some checks are pending
Runs E2E API Tests / build (20.x) (push) Waiting to run
Lint & build / lint_and_build (18.x) (push) Waiting to run
Lint & build / lint_and_build (20.x) (push) Waiting to run
Mirror main branch to main-mirror-for-wdb / lint_and_build (push) Waiting to run
Publish Docs / run (push) Waiting to run
chore: update package versions
2024-07-26 16:07:01 -07:00

19 lines
422 B
JSON

{
"name": "@stackframe/e2e-tests",
"version": "2.5.9",
"private": true,
"type": "module",
"scripts": {
"test:watch": "vitest watch",
"test": "vitest run",
"lint": "eslint --ext .tsx,.ts .",
"clean": "rimraf dist && rimraf node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"dotenv": "^16.4.5",
"@stackframe/stack-shared": "workspace:*"
},
"devDependencies": {}
}