-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathegg.json
More file actions
22 lines (22 loc) · 637 Bytes
/
egg.json
File metadata and controls
22 lines (22 loc) · 637 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://x.nest.land/eggs@0.3.10/src/schema.json",
"name": "superfetch",
"entry": "./mod.ts",
"description": "🐕 Superdeno-like superagent testing library based on Fetch API. Ported from node-supertest-fetch.",
"homepage": "https://github.com/deno-libs/superfetch",
"version": "1.0.2",
"releaseType": "patch",
"unstable": false,
"unlisted": false,
"files": [
"./**/*.ts",
"README.md",
"LICENSE"
],
"ignore": [],
"checkFormat": true,
"checkTests": "deno test --allow-net --allow-read",
"check": true,
"checkAll": true,
"repository": "https://github.com/deno-libs/superfetch"
}