39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@automatisch/e2e-tests",
|
|
"version": "0.10.0",
|
|
"license": "See LICENSE file",
|
|
"private": true,
|
|
"description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
|
|
"scripts": {
|
|
"start-mock-license-server": "node ./license-server-with-mock.js",
|
|
"test": "playwright test",
|
|
"test:fast": "yarn test -j 90% --quiet --reporter null --ignore-snapshots -x"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "automatisch contributors",
|
|
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/automatisch/automatisch#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/automatisch/automatisch.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/automatisch/automatisch/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.2.0",
|
|
"@playwright/test": "^1.36.2"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.3.1",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"micro": "^10.0.1",
|
|
"prettier": "^2.5.1"
|
|
}
|
|
}
|