UNPKG

975 BJSONView Raw
1{
2 "name": "@procore/core-http",
3 "version": "8.24.0",
4 "description": "A HTTP Client",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/procore/core.git"
8 },
9 "bugs": "https://github.com/procore/core/issues",
10 "license": "SEE LICENSE IN LICENSE",
11 "keywords": [
12 "http",
13 "http-client",
14 "fetch"
15 ],
16 "publishConfig": {
17 "access": "public"
18 },
19 "scripts": {
20 "prebuild": "yarn clean",
21 "build": "tsc -p tsconfig.prod.json",
22 "clean": "rimraf dist",
23 "dev": "tsc --watch",
24 "lint-staged": "lint-staged",
25 "prepublishOnly": "yarn build",
26 "pretty": "prettier --write",
27 "test": "jest --runInBand --coverage --env=jsdom"
28 },
29 "main": "dist/index.js",
30 "typings": "dist/index.d.ts",
31 "files": [
32 "dist",
33 "README.md"
34 ],
35 "devDependencies": {
36 "@types/jest": "25.2.3",
37 "@types/node": "14.0.23",
38 "jest-fetch-mock": "3.0.3"
39 },
40 "gitHead": "37f740f4365135c838f7ce571dc0e44a36933b00"
41}