-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.json
More file actions
33 lines (33 loc) · 814 Bytes
/
Copy pathworkspace.json
File metadata and controls
33 lines (33 loc) · 814 Bytes
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
28
29
30
31
32
33
{
"name": "htaccess-geo-redirection-monorepo",
"version": "1.0.0",
"description": "Monorepo for .htaccess geo-redirection testing tools and applications",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "make go-build",
"test": "make test",
"test:all": "make test-all",
"test:bash": "make test-bash",
"monitor": "make go-run",
"docker:up": "cd apps/docker-setup && docker-compose up -d",
"docker:down": "cd apps/docker-setup && docker-compose down",
"clean": "make clean"
},
"repository": {
"type": "git",
"url": "https://github.com/spagu/htmonitor"
},
"keywords": [
"htaccess",
"geo-redirection",
"testing",
"google-bot",
"apache",
"monorepo"
],
"author": "Tradik Limited",
"license": "Commercial"
}