UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@procore/core-http",
3 "version": "11.0.0",
4 "description": "A HTTP Client",
5 "repository": "procore/frontend-tooling.git",
6 "bugs": "https://github.com/procore/frontend-tooling/issues",
7 "license": "SEE LICENSE IN LICENSE",
8 "keywords": [
9 "fetch",
10 "http",
11 "http-client"
12 ],
13 "publishConfig": {
14 "access": "public"
15 },
16 "exports": {
17 ".": {
18 "import": "./dist/core-http.es.js",
19 "require": "./dist/core-http.umd.js"
20 }
21 },
22 "main": "./dist/core-http.umd.js",
23 "module": "./dist/core-http.es.js",
24 "types": "./dist/src/index.d.ts",
25 "files": [
26 "dist",
27 "README.md"
28 ],
29 "devDependencies": {
30 "@types/jest": "^28.1.8",
31 "@types/node": "^18.16.3",
32 "jest": "^28.1.3",
33 "jest-cli": "^28.1.3",
34 "jest-environment-jsdom": "^28.1.3",
35 "jest-fetch-mock": "^3.0.3",
36 "lint-staged": "^13.2.2",
37 "prettier": "^2.8.8",
38 "ts-jest": "^28.0.8",
39 "typescript": "^4.9.5",
40 "vite": "^3.2.6",
41 "@procore/jest-config": "0.1.2",
42 "@procore/vite": "1.0.0",
43 "@procore/typescript-config": "1.0.0",
44 "@procore/prettier-config": "1.0.0"
45 },
46 "scripts": {
47 "build": "vite build",
48 "format": "prettier --ignore-unknown --write .",
49 "format:check": "prettier --cache --ignore-unknown --check .",
50 "test": "jest --coverage"
51 }
52}
\No newline at end of file