UNPKG

532 BJSONView Raw
1{
2 "name": "@brandingbrand/fsnetwork",
3 "sideEffects": false,
4 "version": "8.3.0",
5 "description": "Networking libraries for Flagship",
6 "main": "dist/index.js",
7 "types": "./dist/index.d.ts",
8 "license": "MIT",
9 "scripts": {
10 "prepare": "tsc",
11 "tsc:watch": "tsc -w --preserveWatchOutput"
12 },
13 "dependencies": {
14 "@brandingbrand/fsfoundation": "^8.3.0",
15 "axios": "~0.18.1"
16 },
17 "publishConfig": {
18 "registry": "https://registry.npmjs.org/"
19 },
20 "gitHead": "d460e4d1d30758d5887854ecef2f2ac8c9d73141"
21}