UNPKG

885 BJSONView Raw
1{
2 "name": "teeny-request",
3 "version": "2.0.0",
4 "description": "Like request, but smaller.",
5 "main": "./build/src/index.js",
6 "scripts": {
7 "test": "mocha build/test",
8 "compile": "tsc -p .",
9 "pretest": "npm run compile"
10 },
11 "files": [
12 "build/src",
13 "LICENSE"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/fhinkel/teeny-request.git"
18 },
19 "keywords": [
20 "request",
21 "node-fetch",
22 "fetch"
23 ],
24 "author": "fhinkel",
25 "license": "Apache-2.0",
26 "bugs": {
27 "url": "https://github.com/fhinkel/teeny-request/issues"
28 },
29 "homepage": "https://github.com/fhinkel/teeny-request#readme",
30 "dependencies": {
31 "node-fetch": "^2.2.0"
32 },
33 "devDependencies": {
34 "@types/mocha": "^5.2.5",
35 "@types/node-fetch": "^2.1.2",
36 "@types/request": "^2.47.1",
37 "mocha": "^5.2.0",
38 "typescript": "^3.0.1"
39 }
40}