-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@small-tech/tape-with-promises",
"version": "2.0.0",
"description": "[Deprecated] Tape with support for promises (rejects, doesNotReject).",
"main": "index.js",
"type": "module",
"scripts": {
"test": "tape tests/**/* | tap-monkey"
},
"keywords": [
"tape",
"promises",
"rejects",
"doesNotReject"
],
"funding": {
"type": "foundation",
"url": "https://small-tech.org/fund-us/"
},
"repository": {
"type": "git",
"url": "https://github.com/small-tech/tape-with-promises.git"
},
"homepage": "https://github.com/small-tech/tape-with-promises",
"bugs": "https://github.com/small-tech/tape-with-promises/issues",
"author": {
"name": "Aral Balkan",
"email": "aral@small-tech.org",
"url": "https://ar.al"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"tape": "^5.5.2",
"tape-promise": "^4.0.0"
},
"devDependencies": {
"@small-tech/tap-monkey": "^1.3.0"
}
}