28 lines
		
	
	
		
			738 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			738 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@automatisch/e2e-tests",
 | 
						|
  "version": "0.5.0",
 | 
						|
  "license": "See LICENSE file",
 | 
						|
  "private": true,
 | 
						|
  "description": "The open source Zapier alternative. Build workflow automation without spending time and money.",
 | 
						|
  "scripts": {
 | 
						|
    "open": "cypress open"
 | 
						|
  },
 | 
						|
  "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": {
 | 
						|
    "cypress": "^10.9.0"
 | 
						|
  }
 | 
						|
}
 |