-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
42
43
44
45
46
47
48
49
50
51
{
"name": "@fracto/http-client",
"version": "1.0.3",
"description": "Customizable React http client library",
"author": "https://github.com/fracto-team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fracto-team/http-client.git"
},
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "run-s build"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.7",
"microbundle-crl": "^0.13.10",
"cross-env": "^7.0.2",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.1",
"typescript": "^3.7.5"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/fracto-team/http-client/issues"
},
"homepage": "https://github.com/fracto-team/http-client#readme",
"keywords": [
"Http",
"Client",
"Customizable",
"Adaptor",
"React",
"ReactNative",
"React",
"Native",
"React-Native"
]
}