stack/apps/e2e/package.json
Stan Wohlwend 9ffad08783
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-27 13:44:08 -07:00

19 lines
423 B
JSON

{
"name": "@stackframe/e2e-tests",
"version": "2.5.10",
"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": {}
}