We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be8b8f commit 7524a92Copy full SHA for 7524a92
egg.json
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "segno",
3
+ "description": "segno (Segnosaurus). Validation library for Deno. Enforcing a high security standard.",
4
+ "unlisted": false,
5
+ "stable": false,
6
+ "version": "0.3.0",
7
+ "entry": "./mod.ts",
8
+ "repository": "https://github.com/Keimeno/segno",
9
+ "files": ["./mod.ts", "./lib/**/*", "./README.md"]
10
+}
0 commit comments