-
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathshard.yml
More file actions
39 lines (35 loc) · 782 Bytes
/
shard.yml
File metadata and controls
39 lines (35 loc) · 782 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
34
35
36
37
38
39
# Project Metadata
name: noir
version: 0.29.1
authors:
- hahwul <hahwul@gmail.com>
- ksg97031 <ksg97031@gmail.com>
description: Hunt every Endpoint in your code, expose Shadow APIs, map the Attack Surface
repository: https://github.com/owasp-noir/noir
license: MIT
# Crystal version requirement
crystal: ~> 1.19
# Build Targets
targets:
noir:
main: src/noir.cr
# Project Dependencies
dependencies:
acp:
github: hahwul/acp.cr
crest:
github: mamantoha/crest
version: ~> 1.4.0
har:
github: NeuraLegion/har
http_proxy:
github: mamantoha/http_proxy
sarif:
github: hahwul/sarif.cr
toml:
github: crystal-community/toml.cr
# Development Dependencies
development_dependencies:
ameba:
github: crystal-ameba/ameba
branch: master