-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 KB
/
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
{
"name": "happy-eyeballs",
"version": "0.0.15",
"description": "",
"main": "build/src/index.js",
"scripts": {
"test": "node -r ts-node/register ./test/cli.ts",
"debug": "NODE_DEBUG=happy-eyeballs-debug npm test",
"verbose": "NODE_DEBUG=happy-eyeballs,happy-eyeballs-debug,happy-eyeballs-debug-verbose npm test",
"lint": "balena-lint --typescript src test",
"build": "./node_modules/.bin/tsc"
},
"repository": "https://github.com/zwhitchcox/happy-eyeballs",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/busboy": "^0.2.4",
"@types/chalk": "^2.2.0",
"@types/expect": "^24.3.0",
"@types/node": "^16.10.1",
"@types/node-fetch": "^2.5.12",
"@types/request": "^2.48.7",
"busboy": "^0.3.1",
"chalk": "^4.1.2",
"expect": "^27.2.2",
"node-fetch": "^2.6.5",
"request": "^2.88.2",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"dependencies": {
"abort-controller": "^3.0.0",
"tslib": "^2.3.1"
}
}