-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
37
38
39
40
41
{
"name": "@balena/fetch",
"version": "0.0.11",
"description": "",
"browser": "build/browser.js",
"main": "build/node.js",
"scripts": {
"test": "node -r ts-node/register ./test/cli.ts",
"debug": "NODE_DEBUG=@balena/fetch-debug npm test",
"verbose": "NODE_DEBUG=@balena/fetch-verbose,@balena/fetch-debug npm test",
"lint": "balena-lint --typescript src test"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"abort-controller": "^3.0.0",
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": "^10.0.0 || ^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"@balena/lint": "^6.1.1",
"@types/chalk": "^2.2.0",
"@types/expect": "^24.3.0",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.9.6",
"@types/node-fetch": "^2.5.12",
"@types/whatwg-fetch": "^0.0.33",
"chalk": "^4.1.2",
"expect": "^27.2.1",
"jsdom": "^17.0.0",
"node-fetch": "^2.6.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"versionist": {
"publishedAt": "2021-09-26T21:51:06.371Z"
}
}