-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "af-extract-customer-data",
"version": "1.0.0",
"description": "A docker based mono service that uses Cypress to export or copy customer related data from disparate platforms used by Artisanal Futures (AF) related users.",
"main": "index.js",
"scripts": {
"testrunner": "CYPRESS_CACHE_FOLDER=./cypress_cache_folder cypress open --browser chrome",
"run": "export CYPRESS_CACHE_FOLDER=./cypress_cache_folder && npx cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robinsonkwame/af-extract-customer-data.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robinsonkwame/af-extract-customer-data/issues"
},
"homepage": "https://github.com/robinsonkwame/af-extract-customer-data#readme",
"devDependencies": {
"cypress": "^13.6.3"
},
"dependencies": {
"globby": "^14.0.0"
}
}